Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.298 TitleBar Property

Description:

Determines whether the form displays a title bar.

Used in object:

Form

Values (with constants):

True - Displays a title bar.(POW-TRUE)
False - Does not display a title bar.(POW-FALSE)

Default value:

True (POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Not accessible.

Backward compatibility attribute:

None.