Bde.DBTables.TTable.GetIndexNames

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

Delphi

procedure GetIndexNames(List: TStrings);

C++

void __fastcall GetIndexNames(System::Classes::TStrings* List);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable


説明

テーブルの使用可能なインデックスのリストを取得します。

GetIndexNames メソッドを呼び出すと、テーブルの使用可能なすべてのインデックスのリストを取得できます。List パラメータは、アプリケーションで作成および維持管理する文字列リスト オブジェクトで、ここにインデックス名が取得されます。


Table1.GetIndexNames(ListBox1.Items);


Table1->GetIndexNames(ListBox1->Items);


関連項目