FMX.SearchBox.TFilterEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FMX.SearchBox.pas
FMX.SearchBox.hpp
FMX.SearchBox FMX.SearchBox


説明

OnFilter イベントのイベント ハンドラの型です。文字列値をフィルタリングするときに発生します。

関連項目