Bde.DBTables.TTable.OpenIndexFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OpenIndexFile(const IndexName: string);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

Description

Opens a specified dBASE non-production index file.

Call OpenIndexFile to open a specified dBASE non-production index file. IndexFileName is the name of the file to open. OpenIndexFile opens the file and adds its name to the list of index files in the IndexFiles property.

While a non-production index file is open, it is maintained.

See Also