Data.Win.ADODB.TCustomADODataSet.UpdateIndexDefs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TCustomADODataSet

Delphi

procedure UpdateIndexDefs; override;

C++

virtual void __fastcall UpdateIndexDefs();

Description

Updates the index definitions.

Data.Win.ADODB.TCustomADODataSet.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