FireDAC.Comp.DataSet.TFDDataSet.IsIndexed
Delphi
function IsIndexed: Boolean;
C++
bool __fastcall IsIndexed();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
Returns True if the dataset has the current client index.
Use IsIndexed to determine if this dataset has the current client index set by the IndexFieldNames or IndexName property.