Vcl.Dialogs.TFontDialog

提供:RAD Studio API Documentation

TFontDialogVcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TFontDialog = class(TCommonDialog)

C++

class PASCALIMPLEMENTATION TFontDialog : public TCommonDialog

プロパティ

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

説明

TFontDialog は、フォント選択ダイアログを表示します。

TFontDialog は、フォントを選択するためのモーダル Windows ダイアログ ボックスを表示します。このダイアログは、実行時に Execute メソッドの呼び出しによってアクティブになるまでは消えません。ユーザーがフォントを選択し、[OK] をクリックすると、ダイアログが閉じて、選択されたフォントが Font プロパティに格納されます。

関連項目