RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPictureAdapter Class

TPictureAdapter connects a native TPicture object to an OLE picture object.

Pascal
TPictureAdapter = class(TCustomAdapter, IChangeNotifier, IPictureAccess);
C++
class TPictureAdapter : public TCustomAdapter, public IChangeNotifier, public IPictureAccess;

To create an instance of a TPictureAdapter, call the GetOlePicture procedure, which creates the binding between a TPicture and an OLE picture object. 

 

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