Vcl.Dialogs.TFDApplyEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFDApplyEvent)(System::TObject* Sender, HWND Wnd);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

Description

TFDApplyEvent is the type for event handlers that respond when the user clicks the Apply button in a nonmodal font dialog.

Sender is the TFontDialog component that displays the dialog.

Wnd is the Font dialog's window handle. Wnd has the same value as the Handle property of Sender.

See Also