Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.203 Parent Property

Description:

Contains a pointer to the parent object.

Used in:

Controls

All controls

Object

Node

Values:

Controls

A pointer to the GroupBox control if the control is pasted on the GroupBox control.

In the other cases, it's a pointer to the Form object.

Node

A pointer to the parent Node object.

Default value:

None.

COBOL picture:

Controls

OBJECT REFERENCE POW-COBJECT

Node

OBJECT REFERENCE POW-CNODE

OLE data type:

VT_DISPATCH

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

None.