Whether the DataWindow definition will display. The DataWindow will display the column names instead of data.
DataWindows
Describe and Modify argument:
"DataWindow.ShowDefinition { = ' value ' }"
Parameter |
Description |
---|---|
value |
(exp) Whether the column names will display. Values are:
Value can be a quoted DataWindow expression. |
[Visual Basic] setting = dw1.Describe("DataWindow.ShowDefinition")
dw1.Modify("DataWindow.ShowDefinition=Yes")