FireDAC.Comp.DataSet.TFDDataSet.IsIndexed

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

function IsIndexed: Boolean;

C++

bool __fastcall IsIndexed();

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.

See Also