Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.169 ListItems Property (Array)

Description:

Contains a pointer to a ListItem object, that is part of an array of such pointers in the ListView control. Always specify an index when referencing the ListItems property.

Used in control(s):

ListView

Value:

A pointer to a ListItem object.

The index can be set to values from 1 to the value of the Count property.

Default value:

None.

COBOL picture:

OBJECT REFERENCE POW-CLISTITEM

OLE data type:

VT_DISPATCH

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

None.