Bde.DBTables.TTable.OpenIndexFile

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TTable

Delphi

procedure OpenIndexFile(const IndexName: string);

C++

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

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