[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Allows to show or hide the control, and all of its children.
Source position: controls.pp line 1669
public property TControl.Visible : Boolean |
Visible is set to True by Show, or to False by Hide. Calling these methods is equivalent to setting the Visible property.
Remark: | Reading the Visible property does not take into account control's parent visibility. Use the IsVisible method to get the real visibility. |
|
Returns True if the control is visible, including all of its Parents. |
|
|
Makes the control visible, by setting Visible to True. |
|
|
Hides this control, by setting Visible to False. |
lazarus-ccr.sourceforge.net |