RAD Studio VCL Reference
|
Closes a specified dBASE non-production index file.
procedure CloseIndexFile(const IndexFileName: string);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|