ShowDefinition DataWindow object property
Description
Whether the DataWindow definition will display. The DataWindow
will display the column names instead of data.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.ShowDefinition |
Describe and Modify argument:
1 |
"DataWindow.ShowDefinition { = ' <span>value </span>' }" |
Parameter |
Description |
---|---|
value |
(exp) Whether the Values are:
Value can be a quoted DataWindow expression. |
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.ShowDefinition |
1 |
dw1.Object.DataWindow.ShowDefinition = "Yes" |
1 |
setting = dw1.Describe("DataWindow.ShowDefinition") |
1 |
dw1.Modify("DataWindow.ShowDefinition=Yes") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest