API: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

説明

カスタムアダプタコントロールのインスタンスを構築します。

Vcl.AxCtrls.TFontAdapter.Create は Vcl.AxCtrls.TCustomAdapter.Create を継承しています。以下の内容はすべて Vcl.AxCtrls.TCustomAdapter.Create を参照しています。

カスタムアダプタコントロールのインスタンスを構築します。

このクラスの下位オブジェクト(TFontAdapter や TPictureAdapter)以外にオブジェクトを作成しないでください。

関連項目