Visible Property

See Also    Examples    Applies To

Returns/sets a value that determines whether the object is shown or not.

 

Column object

Returns/sets a value that determines whether the column is shown on the grid or not.

Property Visible as Boolean

column.Visible [=fVisible]

 

atb control

Returns/sets a value that determines whether the control is shown on the form or not.

Property Visible as Boolean

atb.Visible [=fVisible]