Vcl.DBGrids.TColumnClass

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also