Data.DB.TIndexDef.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TIndexDefs; const Name, Fields: string;
Options: TIndexOptions); reintroduce; overload; virtual;

C++

__fastcall virtual TIndexDef(TIndexDefs* Owner, const System::UnicodeString Name, const System::UnicodeString Fields, TIndexOptions Options)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TIndexDef

Description

Creates an instance of TIndexDef.

Do not explicitly create index definition objects. A TIndexDef is created automatically by the dataset for each existing index of the table. When creating new indexes, use the TIndexDefs.AddIndexDef method.

See Also