Bde.DBTables.TTable.CloseIndexFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseIndexFile(const IndexFileName: string);

C++

void __fastcall CloseIndexFile(const System::UnicodeString IndexFileName);

Properties

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

Description

Closes a specified dBASE non-production index file.

Call CloseIndexFile to shut down a specified dBASE non-production index file. IndexFileName is the name of the file to close, and is either the name of an index file previously opened with a call to OpenIndexFile or previously opened because the name of the file is listed in the IndexFiles property.

Once closed, non-production index files are no longer maintained. Subsequent changes made to the dataset are not reflected in the index.

See Also