API:Vcl.AxCtrls.TPictureAdapter.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update; override;

C++

virtual void __fastcall Update();

Properties

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

Description

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

Vcl.AxCtrls.TPictureAdapter.Update inherits from Vcl.AxCtrls.TCustomAdapter.Update. All content below this line refers to Vcl.AxCtrls.TCustomAdapter.Update.

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