FMX.SearchBox.TFilterEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFilterEvent = procedure (Sender: TObject; const AFilter: string; const AValue: string; var Accept: Boolean) of object;

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
type
typedef
public
FMX.SearchBox.pas
FMX.SearchBox.hpp
FMX.SearchBox FMX.SearchBox

Description

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

See Also