FMX.ListView.TAppearanceListView.ItemEditAppearanceName
Delphi
property ItemEditAppearanceName: string read GetItemEditAppearanceName write SetItemEditAppearanceName stored False;
C++
__property System::UnicodeString ItemEditAppearanceName = {read=GetItemEditAppearanceName, write=SetItemEditAppearanceName, stored=false};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TAppearanceListView |
Description
Name of the appearance of regular list view items in edit mode.
When your list view switches between display mode and edit mode, the item appearance switches between the appearance defined in the ItemAppearanceName property (display mode) and the appearance defined in the ItemEditAppearanceName property (edit mode). Items may display an animation as their appearance changes.
You can find the possible values in the table below.
ItemEditAppearance | ItemAppearanceName | Editing Mode | List Item Preview | |
---|---|---|---|---|
Not Selected | Selected | |||
Custom | Custom | Custom | ||
ImageListItemBottomDetailShowCheck | ImageListItemBottomDetail | Select | ![]() ![]() |
![]() ![]() |
ImageListItemBottomDetailRightButtonShowCheck | ImageListItemBottomDetailRightButton | Select | ![]() ![]() |
![]() ![]() |
ImageListItemDelete | ImageListItem | Delete | ![]() ![]() |
![]() ![]() |
ImageListItemRightButtonDelete | ImageListItemRightButton | Delete | ![]() ![]() |
![]() ![]() |
ImageListItemRightButtonShowCheck | ImageListItemRightButton | Select | ![]() ![]() |
![]() ![]() |
ImageListItemShowCheck | ImageListItem | Select | ![]() ![]() |
![]() ![]() |
ListItemDelete | ListItem | Delete | ![]() ![]() |
![]() ![]() |
ListItemRightDetailDelete | ListItemRightDetail | Delete | ![]() ![]() |
![]() ![]() |
ListItemRightDetailShowCheck | ListItemRightDetail | Select | ![]() ![]() |
![]() ![]() |
ListItemShowCheck | ListItem | Select | ![]() ![]() |
![]() ![]() |
Each edit mode item appearance matches a display mode item appearance (ItemAppearanceName). The type of editing mode described in the table above determines how list items behave.
Item | Behavior |
---|---|
Delete | Tap a list item to show a Delete button. Tap Delete to delete the item, tap anywhere else to hide the Delete button. |
Select | Tap a list item to select it. Tap again to unselect it. You can select more than one item (multiselect). |
Custom | Your custom implementation of the edit mode item appearance determines the behavior of list items. |
See Also
- FMX.ListView.TAppearanceListView.ItemEditAppearanceClassName
- FMX.ListView.TAppearanceListView.ItemEditHeight