Data.DB.TIndexDefClass

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also