FMX.ListView.Types.TListItem.Controller

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Controller: IListViewController read GetController;

C++

__property _di_IListViewController Controller = {read=GetController};

Properties

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

Description

Refers to IListViewController.

It is an interface providing loose coupling between TListView and TListItem. It is implemented by TListViewBase.