FireDAC.Comp.Client.TFDTable.UpdateIndexDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateIndexDefs; override;

C++

virtual void __fastcall UpdateIndexDefs();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDTable

Description


Updates the index definitions.

FireDAC.Comp.Client.TFDTable.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