Vcl.AxCtrls.TCustomAdapter

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

System.TInterfacedObjectSystem.TObjectTCustomAdapter

Delphi

TCustomAdapter = class(TInterfacedObject)

C++

class PASCALIMPLEMENTATION TCustomAdapter : public System::TInterfacedObject

プロパティ

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

説明

TCustomAdapter は,VCL オブジェクトを COM インターフェースに結び付けるオブジェクトの基本クラスです。

このクラスのオブジェクトは作成しないでください。かわりに,GetOleFont プロシージャを呼び出して TFont と OLE フォントオブジェクトまたは GetOlePicture との結合を作成するか,TPicture と OLE 画像オブジェクトとの結合を作成します。

関連項目