Vcl.Dialogs.TFindDialog.OnFind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFind: TNotifyEvent read FOnFind write FOnFind;

C++

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

Properties

Type Visibility Source Unit Parent
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFindDialog

Description

Occurs when the user clicks the Find Next button.

Write an OnFind event handler to perform the requested search when the user clicks Find Next in the dialog. Use the Options flags to determine how the search is conducted.

See Also

Code Examples