FMX.SearchBox.TFilterEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FMX.SearchBox.pas
FMX.SearchBox.hpp
FMX.SearchBox FMX.SearchBox


Description

Type de gestionnaire d'événement pour l'événement OnFilter. Se produit au moment du filtrage des valeurs des chaînes.

Voir aussi