Data.DB.TIndexDefClass
Delphi
TIndexDefClass = class of TIndexDef;
C++
typedef System::TMetaClass* TIndexDefClass;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
classref typedef |
public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
Metaclass for the TIndexDef class.
TIndexDefClass defines the metaclass for the TIndexDef class. Its value is the class reference for TIndexDef or for one of its descendants.