Vcl.Dialogs.TFindDialog.OnFind

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

Delphi

property OnFind: TNotifyEvent read FOnFind write FOnFind;

C++

__property System::Classes::TNotifyEvent OnFind = {read=FOnFind, write=FOnFind};

プロパティ

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


説明

ユーザーが、[次を検索]ボタンをクリックした際に、発生します。

OnFind イベント ハンドラを記述すると、ユーザーが、ダイアログで[次を検索]をクリックした際に、要求された検索を実行させることができます。Options フラグを使用すると、検索の方法を指定することができます。

関連項目

コード サンプル