FMX.SearchBox.TFilterEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFilterEvent)(System::TObject* Sender, const System::UnicodeString AFilter, const System::UnicodeString AValue, bool &Accept);

Properties

Type Visibility Source Unit Parent
typedef public FMX.SearchBox.hpp FMX.SearchBox FMX.SearchBox

Description

Type of event handler for the OnFilter event. It occurs when filtering string values.

See Also