Bde.DBTables.TTable.OpenIndexFile

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

Delphi

procedure OpenIndexFile(const IndexName: string);

C++

void __fastcall OpenIndexFile(const System::UnicodeString IndexName);

プロパティ

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


説明

指定された dBASE の非プロダクション インデックス ファイルを開きます。

OpenIndexFile を呼び出すと、指定した dBASE の非プロダクション インデックス ファイルが開かれます。IndexName は、開くファイルの名前です。OpenIndexFile では、指定されたファイルを開き、そのファイル名を IndexFiles プロパティ内のインデックス ファイル リストに追加します。

非プロダクション インデックス ファイルが開いている間、そのファイルは維持管理されます。

関連項目