FMX.ListView.Appearances.TListViewItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Types.TListItemSystem.TObjectTListViewItem

Delphi

TListViewItem = class(TListItem)

C++

class PASCALIMPLEMENTATION TListViewItem : public Fmx::Listview::Types::TListItem

Properties

Type Visibility Source Unit Parent
class public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances FMX.ListView.Appearances

Description

Implements a list view item and all its appropriate functionality.

The Appearances.TListViewItem class implements a FireMonkey list view item. The items in the FireMonkey list view can have particularities in graphical representation because they can have one or more of the following features:

  • A caption
  • A detail text
  • An associated image
  • An accessory icon
  • A graphical or a text button attached

See Also