Bde.DBTables.TTable.CloseIndexFile
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TTable |
Delphi
procedure CloseIndexFile(const IndexFileName: string);
C++
void __fastcall CloseIndexFile(const System::UnicodeString IndexFileName);
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.