API:Vcl.Dialogs.TFontDialog.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TFontDialog(System::Classes::TComponent* AOwner);

プロパティ

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

説明

Create は,TCommonDialog のインスタンスを作成および初期化します。

Vcl.Dialogs.TFontDialog.Create は Vcl.Dialogs.TCommonDialog.Create を継承しています。以下の内容はすべて Vcl.Dialogs.TCommonDialog.Create を参照しています。

Create は,TCommonDialog のインスタンスを作成および初期化します。

Create メソッドを呼び出すと,実行時にコモンダイアログのコンポーネントをインスタンス化できます。設計時にフォームまたはデータモジュールに追加したダイアログが自動的に作成されます。

継承コンストラクタを呼び出すと,Create は次のアクションを実行します。

Placeholder #1.

関連項目