FMX.ListView.Appearances.TAppearanceListViewItems.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Owner: TControl);

C++

__fastcall TAppearanceListViewItems(Fmx::Controls::TControl* const Owner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems

Description

Creates an instance of TFilterableListViewItems.

FMX.ListView.Appearances.TAppearanceListViewItems.Create inherits from FMX.ListView.Adapters.Base.TFilterableListViewItems.Create. All content below this line refers to FMX.ListView.Adapters.Base.TFilterableListViewItems.Create.

Creates an instance of TFilterableListViewItems.

See Also