Column.Count DataWindow object property
Description
The number of columns in the DataWindow object.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.Column.Count |
Describe argument:
|
1 |
"DataWindow.Column.Count" |
Usage
In the painter
The value is determined by the number of columns you select in
the SQL Select painter, whether
or not they are displayed.
Column limit
There is a limit of 1000 on the number of columns in a DataWindow object.
Examples
|
1 |
string ls_colcount |
|
1 |
ls_colcount = dw1.Object.DataWindow.Column.Count |
|
1 |
ls_colcount = dw1.Describe("DataWindow.Column.Count") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest