FMX.ListView.TPresentedListView.CanUnselectItem

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

Delphi

function CanUnselectItem(const AItemIndex: Integer): Boolean;

C++

bool __fastcall CanUnselectItem(const int AItemIndex);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TPresentedListView


説明

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

関連項目