Data.DB.TFlatList.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: TFlatList

Delphi

procedure Update;

C++

void __fastcall Update();

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