Vcl.Dialogs.TFontDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFontDialog

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.

See Also