[Overview][Types][Classes][Procedures and functions][Index] |
Makes the control visible or hidden.
Source position: extctrls.pp line 694
published property TBevel.Visible : Boolean; |
The Visible property represents the ability to see a visual control. 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 Hide method.
Remark: | The Visible property does not depend on control's parent visibility. Use the IsVisible method to consider this and get the real visibility for the control. |
|
Gets the effective visibility for the control and all of its Parent controls. |
|
|
Hides the control by setting the Visible property to False. |
|
|
Makes the control visible by setting Visible to True. |
Version 4.0 | Generated 2025-05-03 | Home |