FMX.SearchBox.TSearchBox.OnFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFilter: TFilterEvent read GetOnFilter write SetOnFilter;

C++

__property TFilterEvent OnFilter = {read=GetOnFilter, write=SetOnFilter};

Properties

Type Visibility Source Unit Parent
event published
FMX.SearchBox.pas
FMX.SearchBox.hpp
FMX.SearchBox TSearchBox

Description

Event handler for setting the custom filter on the text of TSearchBox.

See Also