Vcl.DBGrids.TColumnTitle
Delphi
TColumnTitle = class(TPersistent)
C++
class PASCALIMPLEMENTATION TColumnTitle : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | Vcl.DBGrids |
Description
TColumnTitle represents the title of a data-grid column (TColumn).
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.