Data.DB.DefaultIndexDefClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DefaultIndexDefClass         : TIndexDefClass         = TIndexDef;

C++

extern DELPHI_PACKAGE TIndexDefClass DefaultIndexDefClass;

Properties

Type Visibility Source Unit Parent
variable public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Variable of TIndexDefClass type used as a result value for TIndexDefs.GetIndexDefClass.

The DefaultIndexDefClass variable is of TIndexDefClass type and is initialized with TIndexDef. It is used as the result value for the TIndexDefs.GetIndexDefClass method.

See Also