RAD Studio VCL Reference
|
TColumn represents a column in a data grid (TDBGrid).
TColumn = class(TCollectionItem);
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!
|