FMX.ListView.Appearances.TListViewItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Owner: TAppearanceListViewItems);

C++

__fastcall TListViewItem(TAppearanceListViewItems* const Owner);

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