FMX.ListView.TPresentedListView.SetSearchFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSearchFilter(const Filter: string);

C++

void __fastcall SetSearchFilter(const System::UnicodeString Filter);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TPresentedListView

Description

Implements the IListViewPresentationParent.SetSearchFilter method.

The SetSearchFilter method of TPresentedListView implements the SetSearchFilter method of IListViewPresentationParent.

See Also