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