Vcl.Dialogs.TFontDialog
Delphi
TFontDialog = class(TCommonDialog)
C++
class PASCALIMPLEMENTATION TFontDialog : public TCommonDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
TFontDialog displays a font-selection dialog.
TFontDialog displays a modal Windows dialog box for selecting fonts. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user selects a font and clicks OK, the dialog closes and the selected font is stored in the Font property.