FMX.SearchBox.TFilterEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.SearchBox.pas
FMX.SearchBox.hpp
FMX.SearchBox FMX.SearchBox


Beschreibung

Typ einer Ereignisbehandlungsroutine für das Ereignis OnFilter. Wird beim Filtern von String-Werten ausgelöst.

Siehe auch