FMX.ListView.Types.TListItem

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTListItem

Delphi

TListItem = class

C++

class PASCALIMPLEMENTATION TListItem : public System::TObject

Properties

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

Description

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