FMX.ListView.TCustomListView

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.TAppearanceListViewFMX.ListView.TPresentedListViewFMX.ListView.TListViewBaseFMX.ListView.TAdapterListViewFMX.Controls.TStyledControlFMX.Controls.TControlTCustomListView

Delphi

TCustomListView = class(TAppearanceListView)

C++

class PASCALIMPLEMENTATION TCustomListView : public TAppearanceListView

Properties

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

Description

Is the base class for the FireMonkey list view component.

The TCustomListView class implements a FireMonkey list view component that has the ability to display a set of items in a list that is optimized for LiveBindings and for fast and smooth scrolling. The items in the 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