FMX.SearchBox.TSearchBox.OnFilter

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

Delphi

property OnFilter: TFilterEvent read GetOnFilter write SetOnFilter;

C++

__property TFilterEvent OnFilter = {read=GetOnFilter, write=SetOnFilter};

プロパティ

種類 可視性 ソース ユニット
event published
FMX.SearchBox.pas
FMX.SearchBox.hpp
FMX.SearchBox TSearchBox


説明

TSearchBox のテキストに、カスタム フィルタを設定するためのイベント ハンドラです。

関連項目