Vcl.AxCtrls.TCustomAdapter.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed; virtual;

C++

virtual void __fastcall Changed();

Properties

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

Description

Responds when the VCL representation of the OLE object changes.

Changed is called automatically so that the associated OLE object can be updated to reflect changes made to the corresponding VCL object. In TCustomAdapter, Changed calls ReleaseOleObject so that the OLE object can be re-acquired to reflect the changes in the VCL object. Descendants of TCustomAdapter override Changed to use the OLE interface to make appropriate changes.

See Also