FMX.SearchBox.TFilterEvent

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

C++

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

プロパティ

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


説明

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

関連項目