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


ImageListItemBottomDetail ImageListItemBottomDetailShowCheck

ImageListItemBottomDetailRightButton ImageListItemBottomDetailRightButtonShowCheck

ImageListItemRightButton ImageListItemRightButtonDelete
ImageListItemRightButtonShowCheck


ListItem ListItemDelete
ListItemShowCheck


ListItemRightDetail ListItemRightDetailDelete
ListItemRightDetailShowCheck


関連項目

コード サンプル