RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn Class

TColumn represents a column in a data grid (TDBGrid).

Pascal
TColumn = class(TCollectionItem);
C++
class TColumn : public TCollectionItem;

DBGrids

Each TDBGrid uses a TDBGridColumns to maintain a collection of TColumn objects. Each TColumn object represents the visual characteristics and data binding of a column in the grid. 

 

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