Data.DB.TIndexDef.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TIndexDef

説明

Create は,TIndexDef のインスタンスを作成します。

インデックス定義オブジェクトは明示的に作成しないでください。TIndexDef は,テーブルの既存の各インデックスのデータセットによって自動的に作成されます。新しいインデックスを作成する場合は,TIndexDefs.AddIndexDef メソッドを使用してください。

関連項目