[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Buttons' (#lcl)

TSpeedButton.Visible

Indicates if the control is visible on its parent.

Declaration

Source position: buttons.pp line 473

published property TSpeedButton.Visible : Boolean;

Description

The Visible property indicates whether a visual control is displayed. If Visible is True the control is shown, otherwise it is hidden. Calling Show sets Visible to True. Setting Visible to False is equivalent to calling the Hide method.

Remark: The Visible property does not use the visibility for the parent control. Use the IsVisible method to get the realized visibility.

See also

TControl.Visible

  

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


Version 3.2 Generated 2024-02-25 Home