FMX.ListView.Types.TListItem.Controller

提供:RAD Studio API Documentation

Delphi

property Controller: IListViewController read GetController;

C++

__property _di_IListViewController Controller = {read=GetController};

プロパティ

種類 可視性 ソース ユニット 親
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem


説明

Refers to IListViewController.

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