Bde.DBTables.TBDEDataSet.ExpIndex
Delphi
property ExpIndex: Boolean read FExpIndex;
C++
__property bool ExpIndex = {read=FExpIndex, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
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.