Vcl.AxCtrls.TFontAdapter.Create

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

Delphi

constructor Create(Font: TFont);

C++

__fastcall TFontAdapter(Vcl::Graphics::TFont* Font);

プロパティ

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

説明

Create は,フォントアダプタコントロールのインスタンスを作成します。

アプリケーションは,通常はこのクラスのオブジェクトを作成しません。通常,オブジェクトを作成するときは GetOleFont プロシージャを使用します。GetOleFont プロシージャは TFont オブジェクトと OLE フォントインターフェースとを結び付けます。

関連項目