ShowDefinition

Description

Whether the DataWindow definition will display. The DataWindow will display the column names instead of data.

Applies to

DataWindows

Syntax

Describe and Modify argument:

"DataWindow.ShowDefinition { = ' value ' }"

Parameter

Description

value

(exp) Whether the column names will display. Values are:

  • Yes – Display the column names.

  • No – Do not display the data, if any.

Value can be a quoted DataWindow expression.

Examples

Example 1

[Visual Basic]
setting = dw_1.Describe("DataWindow.ShowDefinition")

dw_1.Modify("DataWindow.ShowDefinition=Yes")