TFDApplyEvent is the type for event handlers that respond when the user clicks the Apply button in a nonmodal font dialog.
TFDApplyEvent = procedure (Sender: TObject; Wnd: HWND) of object;
(Sender: TObject; Wnd: HWND) ( TFDApplyEvent)();
Dialogs
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|