Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.159 Item Property (Array or object name)

Descriptions:

Contains a pointer to an object corresponding to the index or element name in the collection object. The pointers are held in an array so always use an index when referencing the Item property.

Used in objects:

Controls

DataBindings

Values:

Controls

Contains a pointer to the control object corresponding to the specified index or control name. The control objects are held in the Controls collection object of the Form object.

DataBindings

Contains a pointer to the property corresponding to the specified index or property name. The properties are held in the DataBindings collection object of a Custom control that can bind data.

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.