Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.310 UseCaption Property

Description:

Indicates whether to display the value of the Caption property in the control.

Used in control(s):

GroupBox

Values (with constants):

True:Displays the caption.(POW-TRUE)

False:Does not display the caption.(POW-FALSE)

Default value:

True:Displays the caption.(POW-TRUE)

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.