RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TFDApplyEvent Type

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

Pascal
TFDApplyEvent = procedure (Sender: TObject; Wnd: HWND) of object;
C++
(Sender: TObject; Wnd: HWND) ( TFDApplyEvent)();

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!