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