Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.157 IsSelected Property (Array)

Description:

Contains a flag indicating whether an item in the list box part is selected. The flags are held in an array, so always use an index when referencing the IsSelected property.

Used in control(s):

FileList

ListBox

Values (with constants):

True - Selected.(POW-TRUE)
False - Not selected.(POW-FALSE)

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

Default value:

None.

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Not accessible.

Execution time access:

Set and reference.

Backward compatibility attribute:

ListBox

POW-SELFLAGPIC S9(4) COMP-5

DEPENDING ON POW-LISTCOUNT