RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.Visible Property

Specifies whether the column is visible in the grid.

Pascal
property Visible: Boolean;
C++
__property Boolean Visible;

To hide a column in the grid, set Visible to false. If Visible is true, and the field's Visible property is true, the column will appear in the grid. This property only determines whether the column is allowed to be drawn/shown. The Showing property reflects the actual display ability of the column based on additional factors. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!