FMX.ListView.Types.TListItemObject.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TListItemDrawable.Create */ inline __fastcall virtual TListItemObject(TListItem* const AOwner) : TListItemDrawable(AOwner) { }

Properties

Type Visibility Source Unit Parent
constructor public FMX.ListView.Types.hpp FMX.ListView.Types TListItemObject

Description

Creates an instance of TListItemObject.

See Also