Nested

Description

Whether the DataWindow contains nested DataWindows. Values returned are Yes or No.

Applies to

DataWindows

Syntax

PowerBuilder dot notation:

dw_control.Object.DataWindow.Nested

Describe argument:

"DataWindow.Nested"

Examples

Example 1

string setting

setting = dw1.Object.DataWindow.Nested

Example 2

setting = dw1.Describe("DataWindow.Nested")