Syntax

Description

The complete syntax for the DataWindow.

Applies to

DataWindows

Syntax

DataWindow .NET dot notation:

dw_control.Syntax

Describe argument:

"DataWindow.Syntax"

Examples

Example 1

[C#]
String dwSyntax;
dwSyntax = dw_1.Syntax;

Example 2

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