Vcl.AxCtrls.TPictureAdapter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.AxCtrls.TCustomAdapterSystem.TInterfacedObjectSystem.TObjectTPictureAdapter

Delphi

TPictureAdapter = class(TCustomAdapter,
IChangeNotifier,
IPictureAccess)

C++

class PASCALIMPLEMENTATION TPictureAdapter : public TCustomAdapter

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Beschreibung

TPictureAdapter verknüpft ein natives TPicture-Objekt mit einem OLE-Bildobjekt.

Zum Erzeugen einer Instanz von TPictureAdapter, rufen Sie die Prozedur GetOlePicture auf, die die Verknüpfung zwischen einem TPicture-Objekt und einem OLE-Bildobjekt herstellt.

Siehe auch