Vcl.AxCtrls.TPictureAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.AxCtrls.TCustomAdapterSystem.TInterfacedObjectSystem.TObjectTPictureAdapter

Delphi

TPictureAdapter = class(TCustomAdapter,
IChangeNotifier,
IPictureAccess)

C++

class PASCALIMPLEMENTATION TPictureAdapter : public TCustomAdapter

Properties

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

Description

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

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

See Also