Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.65 Container Property

Description:

Contains a pointer to the container object.

Used in controls:

All controls.

Value:

A pointer to the Form object if the control is pasted on the Form object directly. In the other cases, it's a pointer to the container control, which can paste controls on it. The container controls are GroupBox control, Frame control, Tab control and Toolbar control.

Default value:

None.

COBOL PICTURE:

OBJECT REFERENCE POW-COBJECT

OLE data type:

VT_DISPATCH

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attributes:

None.