Object Reference > True DBGrid Properties > Visible Property |
This property returns a Boolean indicating whether a column in a grid or split is currently visible or capable of being scrolled into view.
column.Visible= boolean
Read/Write at run time and design time.
If True, then the column has not been hidden in code or by the user.
If False, then the column is hidden and cannot be scrolled into view.
For columns created at design time, the default value of this property is True. For columns created in code at run time, the default value of this property is False.
Note
If a column has been scrolled out of view, its Visible property remains True.