Vcl.AxCtrls.TPictureAdapter

提供: RAD Studio API Documentation
移動先: 案内検索

Vcl.AxCtrls.TCustomAdapterSystem.TInterfacedObjectSystem.TObjectTPictureAdapter

Delphi

TPictureAdapter = class(TCustomAdapter,
IChangeNotifier,
IPictureAccess)

C++

class PASCALIMPLEMENTATION TPictureAdapter : public TCustomAdapter

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

説明

TPictureAdapter は,DelphiC++Builder ネイティブの TPicture オブジェクトを OLE 画像オブジェクトと結合させます。

TPictureAdapter のインスタンスを作成するには,GetOlePicture プロシージャを使用します。GetOlePicture プロシージャは TPicture オブジェクトと OLE 画像インターフェースとを結び付けます。

関連項目