FMX.ListView.Appearances.TListViewItem.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
constructor public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem

説明

TListItem の新しいインスタンスを作成します。

FMX.ListView.Appearances.TListViewItem.Create は FMX.ListView.Types.TListItem.Create を継承しています。以下の内容はすべて FMX.ListView.Types.TListItem.Create を参照しています。 TListItem の新しいインスタンスを作成します。

このコンストラクタは、新たなリスト項目を作成および初期化します。

関連項目