[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the Font selected in the dialog.
Source position: dialogs.pp line 434
published property TFontDialog.Font : TFont |
Font is a TFont property with the font selected using the dialog. The value in Font is updated in widgetset classes when the OK or Apply button is clicked during execution of the dialog. It includes any attributes applied to font in the native font selection dialog for the platform.
Use the OnApplyClicked event handler to perform actions needed when the Apply button is enabled and clicked in the dialog.
|
A set of TFontDialogOption options enabled for the dialog. |
|
|
Event handler signalled when the Apply button is clicked in the font dialogs. |
|
|
Performs actions needed when a font is selected using the dialog. |
|
|
Represents a font used to draw text in an application. |
Version 4.0 | Generated 2025-05-03 | Home |