FMX.ListView.TAppearanceListView.SetAppearanceListViewItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAppearanceListViewItems(const AItems: TAppearanceListViewItems);

C++

void __fastcall SetAppearanceListViewItems(Fmx::Listview::Appearances::TAppearanceListViewItems* const AItems);

Properties

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

Description

The TAppearanceListView needs adapter to be the TAppearanceListViewItems or derivative.

If the TAppearanceListView is used with a custom adapter, use the Items property to set it instead of the Adapter property of the base class.