Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.321 Visible Property

Description:

Determines whether the control or object is displayed.

Used in control(s):

Controls

Controls that can be displayed at execution time.

Objects

Button

Form

MenuItem

Values (with constants):

True - Displayed.(POW-TRUE)
False - Not displayed.(POW-FALSE)

MCI

The display is not affected by the setting of this property when the UseControlWindow property is True.

Default value:

True - Displayed.(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:

POW-VISIBLEPIC S9(4) COMP-5