Vcl.Dialogs.TFDApplyEvent
Delphi
TFDApplyEvent = procedure(Sender: TObject; Wnd: HWND) of object;
C++
typedef void __fastcall (__closure *TFDApplyEvent)(System::TObject* Sender, HWND Wnd);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
説明
TFDApplyEvent は、非モーダル フォント ダイアログでユーザーが [適用] ボタンをクリックしたときに応答する、イベント ハンドラの型です。
Sender は、ダイアログを表示した TFontDialog コンポーネントです。
Wnd は、フォント ダイアログのウィンドウ ハンドルです。Wnd は Sender の Handle プロパティと同じ値になります。