Vcl.AxCtrls.TCustomAdapter.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update; virtual; abstract;

C++

virtual void __fastcall Update() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TCustomAdapter

Description

Provides the interface for a method that responds to changes in the OLE object.

Descendants of TCustomAdapter override Update to modify the associated VCL object so that it reflects changes in the corresponding OLE object. It is the converse of the Changed method.

See Also