Gets or sets whether the control, object or form is visible or hidden.
object.Visible = [boolean]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.
Newlook Smartclient
Newlook Server
This property is useful when you want to dynamically display or hide specific controls on the form.
When used with the form object, this property is read-only.
The Visible settings for all controls are :
Setting |
Description |
True |
(Default) This control is visible. |
False |
This control is hidden. |
Cell object (Datagrid control)
Column object (Datagrid control)
ScrollBar control (control deprecated in version 10.5)
© 2004-2021 looksoftware. All rights reserved.