FireDAC.Comp.DataSet.TFDDataSet.IsIndexed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsIndexed: Boolean;

C++

bool __fastcall IsIndexed(void);

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.

See Also