RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumnTitle Class

TColumnTitle represents the title of a data-grid column (TColumn).

Pascal
TColumnTitle = class(TPersistent);
C++
class TColumnTitle : public TPersistent;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!