RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGridColumns Class

TDBGridColumns represents a container for TColumn objects.

Pascal
TDBGridColumns = class(TCollection);
C++
class TDBGridColumns : public TCollection;

DBGrids

Each TDBGridColumns holds a collection of TColumn objects in a data grid (TDBGrid). TDBGridColumns maintains an index of the columns in its Items array. The Count property contains the number of columns in the collection. At design time, use the data grid's Columns editor to add, remove, or modify columns. 

 

TCollection 

TCollectionItem 

TColumn 

TDBGrid 

TCustomDBGrid 

Viewing and Editing Data with TDBGrid

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