Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.246 Selected Property

Description:

Indicates whether an object is selected.

Used in object(s):

ListItem

Node

Values (with constants):

True - The object is selected.(POW-TRUE)
False - The object is not selected.(POW-FALSE)

Default value:

False(POW-FALSE)

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:

None.