Data.DB.TIndexDefs.Update

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TIndexDefs

Delphi

procedure Update; reintroduce;

C++

HIDESBASE void __fastcall Update();

Description

Refreshes index definitions in Items to reflect the current state of the dataset.

Call Update when the set of indexes for the dataset may have changed. Update refreshes the index definitions without opening the dataset.

See Also

Code Examples