Top
PowerCOBOL V11.0 Reference
FUJITSU Software

2.4 Controls Collection Object

Description:

A Controls Collection Object contains all the objects corresponding to each control on the form.

Details:

A pointer to the Controls Collection Object is contained in the Controls property of the Form object. You can operate each control using the Item(index or control-name) property. And you can refer to the number of controls using the Count property.

Properties:

Count

Item

Methods:

None.

Events:

None.

Corresponding
PowerCOBOL V3.0 Items:

None.