Vcl.WinXCtrls.TSearchBox.OnInvokeSearch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnInvokeSearch: TNotifyEvent read FOnInvokeSearch write FOnInvokeSearch;

C++

__property System::Classes::TNotifyEvent OnInvokeSearch = {read=FOnInvokeSearch, write=FOnInvokeSearch};

Properties

Type Visibility Source Unit Parent
event published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSearchBox

Description

Occurs when the search indicator button is clicked.

If SearchIndicator is sbiText, OnInvokeSearch also occurs when the Enter key is pressed.

See Also