API:FMX.ListView.Appearances.TListViewItem.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem

Beschreibung

Erstellt eine neue Instanz von TListItem.

FMX.ListView.Appearances.TListViewItem.Create erbt von FMX.ListView.Types.TListItem.Create. Der folgende Inhalt bezieht sich auf FMX.ListView.Types.TListItem.Create. Erstellt eine neue Instanz von TListItem.

Dieser Konstruktor erstellt und initialisiert einen neuen Listeneintrag.

Siehe auch