RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.Changed Method

Responds when the VCL representation of the OLE object changes.

Pascal
procedure Changed; virtual;
C++
virtual __fastcall Changed();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!