FMX.ListView.Appearances.TAppearanceListViewItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Types.TListItemSystem.TObjectTAppearanceListViewItem

Delphi

TAppearanceListViewItem = TListViewItem;

C++

typedef TListViewItem TAppearanceListViewItem;

Properties

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

Description

Implements a list view item.

FMX.ListView.Appearances.TAppearanceListViewItem inherits from FMX.ListView.Types.TListItem. All content below this line refers to FMX.ListView.Types.TListItem.

Implements a list view item.

The TListItem class implements a list view item. The item can have an accessory logo and can display a button of a selected type (for instance, a delete button or a check box), or a detail text.

The list view items can be added programmatically at run time or via LiveBindings (the recommended fast way of adding them).

See Also