Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TStatusBar.Visible

Indicates if the control is visible.

Declaration

Source position: comctrls.pp line 202

published property TStatusBar.Visible : Boolean
  default True;

Description

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.

See also

TControl.Visible

  

Allows the control, and all of its children, to be displayed or hidden.