FireDAC.Comp.DataSet.TFDDataSet.UpdateIndexDefs
Delphi
procedure UpdateIndexDefs; override;
C++
virtual void __fastcall UpdateIndexDefs();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
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.