RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPictureAdapter.Update Method

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

Pascal
procedure Update; override;
C++
virtual __fastcall Update();

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. 

 

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