RAD Studio VCL Reference
|
TColumnTitle represents the title of a data-grid column (TColumn).
TColumnTitle = class(TPersistent);
class TColumnTitle : public TPersistent;
DBGrids
TDBGrid uses a TDBGridColumns to maintain a collection of TColumn objects. Each TColumn has an associated TColumnTitle that holds information about its title. The TColumnTitle instance is stored in the column's Title property.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|