Vcl.DBOleCtl.TDataBindings.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update(Item: TCollectionItem); override;

C++

virtual void __fastcall Update(System::Classes::TCollectionItem* Item);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDataBindings

Description

For internal use.

Update refreshes the field definitions in the Items property array to reflect the current state of the physical fields in the underlying dataset. This is typically for internal use.