FMX.ListView.TAppearanceListView.ItemAppearanceName

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

Delphi

property ItemAppearanceName: string read GetItemAppearanceName write SetItemAppearanceName stored False;

C++

__property System::UnicodeString ItemAppearanceName = {read=GetItemAppearanceName, write=SetItemAppearanceName, stored=false};

プロパティ

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


説明

通常のリスト ビュー項目の外観の名前です。

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

取り得る値は次のとおりです。

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

関連項目