RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.CloseIndexFile Method

Closes a specified dBASE non-production index file.

Pascal
procedure CloseIndexFile(const IndexFileName: string);
C++
__fastcall CloseIndexFile(const AnsiString IndexFileName);

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 file's name 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!