Data.DB.TIndexDefs.Update
Delphi
procedure Update; reintroduce;
C++
HIDESBASE void __fastcall Update();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.DB.pas Data.DB.hpp |
Data.DB | TIndexDefs |
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