FMX.ListView.Types.IListViewPresentationParent.CanUnselectItem

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CanUnselectItem(const ItemIndex: Integer): Boolean;

C++

virtual bool __fastcall CanUnselectItem(const int ItemIndex) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewPresentationParent


説明

プレゼンテーション レイヤが特定のアイテムを選択解除することを、ベースとしているデータ モデルが許可している場合、True を返し、そうでなければ False を返します。

関連項目