| [Overview][Types][Classes][Procedures and functions][Index] |
Makes the control visible or hidden.
Source position: extctrls.pp line 653
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. |
|
Returns True if the control is visible, including all of its Parents. |
|
|
Hides this control, by setting Visible to False. |
|
|
Makes the control visible, by setting Visible to True. |
| lazarus-ccr.sourceforge.net |