Bde.DBTables.TBDEDataSet.ExpIndex
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TBDEDataSet |
Delphi
property ExpIndex: Boolean read FExpIndex;
C++
__property bool ExpIndex = {read=FExpIndex, nodefault};
Description
Indicates whether a dataset is using a dBASE expression index.
Read ExpIndex to determine if a dataset is using a dBASE expression index. If ExpIndex is true, an expression index is in use; otherwise ExpIndex is false.