FMX.ListView.TListView.ItemEditAppearanceName

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

Delphi

property ItemEditAppearanceName: string read GetItemEditAppearanceName write SetItemEditAppearanceName stored False default 0;

C++

__property ItemEditAppearanceName = {default=0};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

説明

編集モードにおける通常のリスト ビュー項目の外観の名前です。

FMX.ListView.TListView.ItemEditAppearanceName は FMX.ListView.TAppearanceListView.ItemEditAppearanceName を継承しています。以下の内容はすべて FMX.ListView.TAppearanceListView.ItemEditAppearanceName を参照しています。

編集モードにおける通常のリスト ビュー項目の外観の名前です。

リスト ビューを表示モードと編集モードの間で切り替えると、項目の外観は、ItemAppearanceName プロパティで定義された外観(表示モード)と ItemEditAppearanceName プロパティで定義された外観(編集モード)の間で切り替わります。項目には、外観が変わる際にアニメーションが表示されることもあります。

取り得る値は以下の表のとおりです。

ItemEditAppearance ItemAppearanceName 編集モード リスト項目のプレビュー
非選択時 選択時
Custom Custom Custom
ImageListItemBottomDetailShowCheck ImageListItemBottomDetail Select ItemEditAppearance-ImageListItemBottomDetailShowCheck-NotSelected-Android.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-NotSelected-iOS.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-Selected-Android.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-Selected-iOS.png
ImageListItemBottomDetailRightButtonShowCheck ImageListItemBottomDetailRightButton Select ItemEditAppearance-ImageListItemBottomDetailShowCheck-NotSelected-Android.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-NotSelected-iOS.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-Selected-Android.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-Selected-iOS.png
ImageListItemDelete ImageListItem Delete ItemEditAppearance-ImageListItemDelete-NotSelected-Android.png
ItemEditAppearance-ImageListItemDelete-NotSelected-iOS.png
ItemEditAppearance-ImageListItemDelete-Selected-Android.png
ItemEditAppearance-ImageListItemDelete-Selected-iOS.png
ImageListItemRightButtonDelete ImageListItemRightButton Delete ItemEditAppearance-ImageListItemDelete-NotSelected-Android.png
ItemEditAppearance-ImageListItemDelete-NotSelected-iOS.png
ItemEditAppearance-ImageListItemDelete-Selected-Android.png
ItemEditAppearance-ImageListItemDelete-Selected-iOS.png
ImageListItemRightButtonShowCheck ImageListItemRightButton Select ItemEditAppearance-ImageListItemRightButtonShowCheck-NotSelected-Android.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-NotSelected-iOS.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-Selected-Android.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-Selected-iOS.png
ImageListItemShowCheck ImageListItem Select ItemEditAppearance-ImageListItemRightButtonShowCheck-NotSelected-Android.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-NotSelected-iOS.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-Selected-Android.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-Selected-iOS.png
ListItemDelete ListItem Delete ItemEditAppearance-ListItemDelete-NotSelected-Android.png
ItemEditAppearance-ListItemDelete-NotSelected-iOS.png
ItemEditAppearance-ListItemDelete-Selected-Android.png
ItemEditAppearance-ListItemDelete-Selected-iOS.png
ListItemRightDetailDelete ListItemRightDetail Delete ItemEditAppearance-ListItemRightDetailDelete-NotSelected-Android.png
ItemEditAppearance-ListItemRightDetailDelete-NotSelected-iOS.png
ItemEditAppearance-ListItemDelete-Selected-Android.png
ItemEditAppearance-ListItemDelete-Selected-iOS.png
ListItemRightDetailShowCheck ListItemRightDetail Select ItemEditAppearance-ListItemRightDetailShowCheck-NotSelected-Android.png
ItemEditAppearance-ListItemRightDetailShowCheck-NotSelected-iOS.png
ItemEditAppearance-ListItemRightDetailShowCheck-Selected-Android.png
ItemEditAppearance-ListItemRightDetailShowCheck-Selected-iOS.png
ListItemShowCheck ListItem Select ItemEditAppearance-ListItemShowCheck-NotSelected-Android.png
ItemEditAppearance-ListItemShowCheck-NotSelected-iOS.png
ItemEditAppearance-ListItemShowCheck-Selected-Android.png
ItemEditAppearance-ListItemShowCheck-Selected-iOS.png

編集モード時の項目のそれぞれの外観は、表示モード時の項目の外観(ItemAppearanceName)と対応します。上記の表に示した編集モードの種類によって、リスト項目の動作が決まります。

項目 動作
Delete リスト項目をタップすると[削除]ボタンが表示されます。[削除]ボタンをタップすると、項目が削除されます。それ以外の場所をタップすると、[削除]ボタンが消えます。
Select リスト項目をタップすると、その項目が選択されます。もう一度タップすると、選択が解除されます。複数の項目を選択できます(複数選択)。
Custom 編集モード時の項目の外観をどのようにカスタム実装するかで、リスト項目の動作が決まります。

関連項目