Data.DB.TIndexDefs.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update; reintroduce;

C++

HIDESBASE void __fastcall Update(void);

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