FMX.ListView.TListView.SearchAlwaysOnTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SearchAlwaysOnTop: Boolean read FSearchAlwaysOnTop write SetSearchAlwaysOnTop default 1;

C++

__property SearchAlwaysOnTop = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Your list view component keeps the search box on top as you scroll.

FMX.ListView.TListView.SearchAlwaysOnTop inherits from FMX.ListView.TListViewBase.SearchAlwaysOnTop. All content below this line refers to FMX.ListView.TListViewBase.SearchAlwaysOnTop.

Search box partially hidden in a list view where SearchAlwaysOnTop is False

Your list view component keeps the search box on top as you scroll. If SearchAlwaysOnTop is False, the search box behaves as a list item: scrolling down the list hides the search box, and you must scroll up to show the search box again.

SearchAlwaysOnTop has no effect if SearchVisible is False.

SearchAlwaysOnTop is supported only on the iOS platform.

See Also