RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGridColumns Class

TDBGridColumns represents a container for TColumn objects.

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

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. 

 

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