RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.Visible Property

Determines whether the field appears in a data grid.

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

To hide a field in a data grid, set Visible to false. If Visible is true, the field appears in the grid.

Note: The Visible property has no effect if the grid has an explicit Columns value for the field. It also has no effect on controls other than TDBGrid, such as TDBEdit.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!