FireDAC.Comp.DataSet.TFDDataSet.UpdateIndexDefs

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure UpdateIndexDefs; override;

C++

virtual void __fastcall UpdateIndexDefs();

Description

Updates the index definitions.

FireDAC.Comp.DataSet.TFDDataSet.UpdateIndexDefs inherits from Data.DB.TDataSet.UpdateIndexDefs. All content below this line refers to Data.DB.TDataSet.UpdateIndexDefs.

Updates the index definitions.

UpdateIndexDefs is used to update the index definitions. The method is virtual and blank, so every TDataSet descendant must override it in its specific way.

See Also