Data.DB.TFlatList.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update;

C++

void __fastcall Update();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TFlatList

Description

Refreshes the strings and objects to reflect the current state of the physical fields underlying the dataset.

Call Update to refresh the fields or field definitions when the structure of the underlying dataset may have changed. Update updates the field names listed by Strings and the corresponding objects without opening the dataset.

See Also