[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when a font is selected using the dialog.
Source position: dialogs.pp line 429
public procedure TFontDialog.ApplyClicked; virtual; |
ApplyClicked is a used to perform actions needed when a font is applied using the Apply button in the dialog. The Apply button is made visible by a setting in Options, and must be enabled; the default buttons are Ok and Cancel.
ApplyClicked signals the OnApplyClicked event handler (when assigned).
Remark: | Widgetset classes in the current LCL implementaion do not call ApplyClicked; they signal the OnApplyClicked event handler directly. |
|
Event handler signalled when the Apply button is clicked in the font dialogs. |
|
|
A set of TFontDialogOption options enabled for the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |