FMX.ListView.Appearances.TListViewItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Owner: TAppearanceListViewItems; PresentationParent: IListViewPresentationParent;
AController: IListViewController);

C++

__fastcall TListViewItem(TAppearanceListViewItems* const Owner, Fmx::Listview::Types::_di_IListViewPresentationParent PresentationParent, Fmx::Listview::Types::_di_IListViewController AController);

Properties

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

Description

Creates a new instance of TListItem.

FMX.ListView.Appearances.TListViewItem.Create inherits from FMX.ListView.Types.TListItem.Create. All content below this line refers to FMX.ListView.Types.TListItem.Create. Creates a new instance of TListItem.

This constructor creates and initializes a new list item.

See Also