FMX.ListView.Appearances.TListViewItem.TListViewItemObjects
Delphi
TListViewItemObjects = class(TListItemView)
C++
class PASCALIMPLEMENTATION TListViewItemObjects : public Fmx::Listview::Types::TListItemView
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TListViewItem |
Description
Helper class to handle an object list of list item drawables.
FMX.ListView.Appearances.TListViewItem.TListViewItemObjects inherits from FMX.ListView.Types.TListItemView. All content below this line refers to FMX.ListView.Types.TListItemView.
Helper class to handle an object list of list item drawables.
The ViewList property provides direct access to the list. TListItemView also provides the following methods to work with the list:
- Add, Include and Insert to add items to the list.
- Drawables, FindDrawable and DrawableByName to access the list items.
- Delete, Exclude and Clear to remove items from the list.