FMX.ListView.TPresentedListView.CanUnselectItem
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 を返します。