|
RAD Studio VCL Reference
|
TColumnTitle represents the title of a data-grid column (TColumn).
TColumnTitle = class(TPersistent);
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!
|