Vcl.Dialogs.TFDApplyEvent

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

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 プロパティと同じ値になります。