Indicates if the control is visible.
Source position: comctrls.pp line 202
published property TStatusBar.Visible : Boolean |
Allows the control, and all of its children, to be displayed or hidden. Visible is set to True in the Show method, and to False in the Hide method. Calling these methods is equivalent to setting the value in the Visible property.
The default value for the property is True in TStatusBar.
|
Allows the control, and all of its children, to be displayed or hidden. |
|
|
Makes the control visible by setting Visible to True. |
|
|
Hides the control by setting the Visible property to False. |
CT Web help |
CodeTyphon Studio |