[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Visible - can the control be seen?
Source position: controls.pp line 1402
public property TControl.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, among others, 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 IsVisible method to consider this and get real visibility. |
|
Returns True if the control is visible on the current desktop |
|
|
Makes the control visible. |
|
|
Hide this control |
lazarus-ccr.sourceforge.net |