Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.236 Root Property (Array)

Description:

Contains a pointer to a root Node object in the TreeView control. There can be more than one root node object, so the pointers are held in an array. Always use an index when referencing the Root property.

Used in control(s):

TreeView

Value:

A pointer to a root node objects.

The index can take values from 1 to the value of the Count property.

Default value:

None.

COBOL picture:

OBJECT REFERENCE POW-CNODE

OLE data type:

VT_DISPATCH

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

None.