[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the control is visible on its parent.
Source position: buttons.pp line 279
published property TBitBtn.Visible : Boolean; |
The Visible property indicates 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 the Hide method.
Remark: | The Visible property does not depend on the visibility of a parent control. Use IsVisible method to consider this, and get the real visibility for a control in its parent container. |
|
Allows the control, and all of its children, to be displayed or hidden. |
Version 4.0 | Generated 2025-05-03 | Home |