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.