Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.259 ShowStatusbar Property

Description:

Determines whether the form includes a status bar.

Used in object:

Form

Values (with constants):

True:Form includes a status bar. (POW-TRUE)

False:Form does not include a status bar.(POW-FALSE)

Default value:

False:Form does not include a status bar.(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:

None.