RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.OpenIndexFile Method

Opens a specified dBASE non-production index file.

Pascal
procedure OpenIndexFile(const IndexName: string);
C++
__fastcall OpenIndexFile(const AnsiString IndexName);

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. 

 

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