Vcl.Dialogs.TFDApplyEvent

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

説明

TFDApplyEvent は、非モーダル フォント ダイアログでユーザーが [適用] ボタンをクリックしたときに応答する、イベント ハンドラの型です。

Sender は、ダイアログを表示した TFontDialog コンポーネントです。

Wnd は、フォント ダイアログのウィンドウ ハンドルです。Wnd は Sender の Handle プロパティと同じ値になります。