Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.168 ListIndex Property

Description:

Contains the index of the selected item in the list box part.

Used in control(s):

ComboBox

DriveList

FileList

FolderList

ListBox

Value:

The index of the selected item.

The value is an integer from 1 to the value of the ListCount property.

0 means nothing is selected.

FileList and
ListBox

The index of the selected item in the list box part.

Default value:

None.

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Not accessible.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-SELECTPIC S9(4) COMP-5