Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.253 SelItemIndex Property

Description:

Contains the index of the selected ListItem object.

Used in control(s):

ListView

Value:

The index of the selected ListItem object.

The value is an integer from 1 to Count property.

It is only effective when the MultiLine property is False.

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.