Vcl.DBGrids.TColumnClass
Delphi
TColumnClass = class of TColumn;
C++
typedef System::TMetaClass* TColumnClass;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
classref typedef |
public | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | Vcl.DBGrids |
Description
TColumnClass defines the metaclass for TColumn.
TColumnClass is the metaclass for TColumn. Its value is the class reference for TColumn or for one of its descendants.