Vcl.AxCtrls.TFontAdapter

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

Vcl.AxCtrls.TCustomAdapterSystem.TInterfacedObjectSystem.TObjectTFontAdapter

Delphi

TFontAdapter = class(TCustomAdapter,
IChangeNotifier,
IFontAccess)

C++

class PASCALIMPLEMENTATION TFontAdapter : public TCustomAdapter

プロパティ

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

説明

TFontAdapter は,TFont オブジェクトを OLE フォントオブジェクトに結び付けるのに使用するヘルパークラスです。

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

関連項目