Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.36 Check Property

Description:

Indicates whether a check mark is displayed to the left of the menu item.

Used in object:

MenuItem .

Values (with constants):

True:Displays a check mark.(POW-TRUE)

False:Does not display a check mark.(POW-FALSE)

Default value:

False(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-CHECKPIC S9(4) COMP-5