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 by Show , or to False by Hide. Calling these methods is equivalent to setting 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. |