Data.DB.TFieldList.UpdateList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateList; override;

C++

virtual void __fastcall UpdateList();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TFieldList

Description

Updates the fields from the TFieldList object.

Call UpdateList to update the fields from the TFieldList object. UpdateList adds the Fields to the list.

See Also