Vcl.Dialogs.TFontDialog.OnApply

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnApply: TFDApplyEvent read FOnApply write FOnApply;

C++

__property TFDApplyEvent OnApply = {read=FOnApply, write=FOnApply};

Properties

Type Visibility Source Unit Parent
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFontDialog

Description

Occurs when the user clicks the Apply button.

The Apply button appears in the dialog if an event handler is assigned to OnApply or if the fdApplyButton flag is set in Options. Use an OnApply event handler to apply the selected font without closing the Font dialog box.

See Also

Code Examples