Vcl.AxCtrls.TOleGraphic

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.TGraphicSystem.Classes.TInterfacedPersistentSystem.Classes.TPersistentSystem.TObjectTOleGraphic

Delphi

TOleGraphic = class(TGraphic)

C++

class PASCALIMPLEMENTATION TOleGraphic : public Vcl::Graphics::TGraphic

Properties

Type Visibility Source Unit Parent
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

TOleGraphic is a wrapper for an OLE graphical interface.

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.

See Also