RAD Studio VCL Reference
|
TPictureAdapter connects a native TPicture object to an OLE picture object.
TPictureAdapter = class(TCustomAdapter, IChangeNotifier, IPictureAccess);
class TPictureAdapter : public TCustomAdapter, public IChangeNotifier, public IPictureAccess;
AxCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|