API: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

List view class that provides members that subclasses can use to handle the user interaction and the visual appearance of the list view.

FMX.ListView.TCustomListView inherits from FMX.ListView.TAppearanceListView. All content below this line refers to FMX.ListView.TAppearanceListView.

List view class that provides members that subclasses can use to handle the user interaction and the visual appearance of the list view.

TAppearanceListView provides:

See Also