Vcl.Dialogs.TFontDialog.OnApply

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

Delphi

property OnApply: TFDApplyEvent read FOnApply write FOnApply;

C++

__property TFDApplyEvent OnApply = {read=FOnApply, write=FOnApply};

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFontDialog

説明

ユーザーが[適用]ボタンをクリックしたときに発生します。

[適用]ボタンは,イベントハンドラが OnApply に割り当てられているとき,または fdApplyButton フラグが Options で設定されている場合にダイアログボックスに表示されます。OnApply イベントハンドラを使用すると,[フォントの指定]ダイアログボックスを閉じなくても,選択したフォントを適用できます。

関連項目