RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleGraphic Class

TOleGraphic is a wrapper for an OLE graphical interface.

Pascal
TOleGraphic = class(TGraphic);
C++
class TOleGraphic : public TGraphic;

TOleGraphic is a graphical container for icons, metafiles and bitmaps used in ActiveX controls. TOleGraphic is used internally to expose an IPicture interface as the image of the TPicture property of an ActiveX control. Because TOleGraphic is a wrapper for OLE interfaces, it cannot be used to load or save information to a file. 

 

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