FMX.ListView.Appearances.TPublishedAppearance.ItemAppearance

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

Delphi

property ItemAppearance: string read GetItemAppearance write SetItemAppearance stored False;

C++

__property System::UnicodeString ItemAppearance = {read=GetItemAppearance, write=SetItemAppearance, stored=false};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TPublishedAppearance


説明

項目の外観名を設計する文字列です。

メモ: これは、設計時のプロパティです。 実行時には、代わりに TAppearanceListView.ItemAppearanceName にアクセスします。

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

ItemAppearance で利用可能な値は次の通りです:

ItemAppearance ItemEditAppearance リスト項目のプレビュー
選択されていない 選択されている
カスタム Custom
DynamicAppearance DynamicAppearance
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

関連項目

コード サンプル