Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.68 Count Property

Description:

Indicates the number of objects in the control or object.

Used in:

Controls

ListView

Toolbar

TreeView

Objects

Controls

DataBindings

Node

Values:

Controls

The number of controls contained in the Form object.

DataBindings

The number of DataBinding objects contained in a Custom control that can bind data.

ListView

The number of ListItem objects contained in the control.

Toolbar

The number of Button objects contained in the control.

TreeView, Node

The number of child nodes immediately under the control or object.

Default value:

None.

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

None.