API:FMX.ListView.TListView.ItemEditAppearanceName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

__property ItemEditAppearanceName = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Nom de l'apparence des éléments vue liste standard en mode modification.

FMX.ListView.TListView.ItemEditAppearanceName hérite de FMX.ListView.TAppearanceListView.ItemEditAppearanceName. Tout le contenu en-dessous de cette ligne se réfère à FMX.ListView.TAppearanceListView.ItemEditAppearanceName.

Nom de l'apparence des éléments vue liste standard en mode modification.

Quand votre vue liste passe du mode affichage au mode édition, l'apparence des éléments passe de l'apparence définie dans la propriété ItemAppearanceName (mode affichage) à l'apparence définie dans la propriété ItemEditAppearanceName (mode modification). Les éléments peuvent afficher une animation quand leur apparence change.

Le tableau ci-dessous indique les valeurs possibles.

ItemEditAppearance ItemAppearanceName Mode édition Aperçu de l'élément de liste
Non sélectionné Sélectionné
Personnalisé Personnalisé Personnalisé
ImageListItemBottomDetailShowCheck ImageListItemBottomDetail Sélectionner ItemEditAppearance-ImageListItemBottomDetailShowCheck-NotSelected-Android.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-NotSelected-iOS.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-Selected-Android.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-Selected-iOS.png
ImageListItemBottomDetailRightButtonShowCheck ImageListItemBottomDetailRightButton Sélectionner ItemEditAppearance-ImageListItemBottomDetailShowCheck-NotSelected-Android.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-NotSelected-iOS.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-Selected-Android.png
ItemEditAppearance-ImageListItemBottomDetailShowCheck-Selected-iOS.png
ImageListItemDelete ImageListItem Supprimer ItemEditAppearance-ImageListItemDelete-NotSelected-Android.png
ItemEditAppearance-ImageListItemDelete-NotSelected-iOS.png
ItemEditAppearance-ImageListItemDelete-Selected-Android.png
ItemEditAppearance-ImageListItemDelete-Selected-iOS.png
ImageListItemRightButtonDelete ImageListItemRightButton Supprimer ItemEditAppearance-ImageListItemDelete-NotSelected-Android.png
ItemEditAppearance-ImageListItemDelete-NotSelected-iOS.png
ItemEditAppearance-ImageListItemDelete-Selected-Android.png
ItemEditAppearance-ImageListItemDelete-Selected-iOS.png
ImageListItemRightButtonShowCheck ImageListItemRightButton Sélectionner ItemEditAppearance-ImageListItemRightButtonShowCheck-NotSelected-Android.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-NotSelected-iOS.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-Selected-Android.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-Selected-iOS.png
ImageListItemShowCheck ImageListItem Sélectionner ItemEditAppearance-ImageListItemRightButtonShowCheck-NotSelected-Android.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-NotSelected-iOS.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-Selected-Android.png
ItemEditAppearance-ImageListItemRightButtonShowCheck-Selected-iOS.png
ListItemDelete ListItem Supprimer ItemEditAppearance-ListItemDelete-NotSelected-Android.png
ItemEditAppearance-ListItemDelete-NotSelected-iOS.png
ItemEditAppearance-ListItemDelete-Selected-Android.png
ItemEditAppearance-ListItemDelete-Selected-iOS.png
ListItemRightDetailDelete ListItemRightDetail Supprimer ItemEditAppearance-ListItemRightDetailDelete-NotSelected-Android.png
ItemEditAppearance-ListItemRightDetailDelete-NotSelected-iOS.png
ItemEditAppearance-ListItemDelete-Selected-Android.png
ItemEditAppearance-ListItemDelete-Selected-iOS.png
ListItemRightDetailShowCheck ListItemRightDetail Sélectionner ItemEditAppearance-ListItemRightDetailShowCheck-NotSelected-Android.png
ItemEditAppearance-ListItemRightDetailShowCheck-NotSelected-iOS.png
ItemEditAppearance-ListItemRightDetailShowCheck-Selected-Android.png
ItemEditAppearance-ListItemRightDetailShowCheck-Selected-iOS.png
ListItemShowCheck ListItem Sélectionner ItemEditAppearance-ListItemShowCheck-NotSelected-Android.png
ItemEditAppearance-ListItemShowCheck-NotSelected-iOS.png
ItemEditAppearance-ListItemShowCheck-Selected-Android.png
ItemEditAppearance-ListItemShowCheck-Selected-iOS.png

Chaque apparence d'un élément du mode modification correspond à l'apparence d'un élément du mode affichage (ItemAppearanceName). Le type de mode modification décrit dans le tableau ci-dessus détermine le comportement des éléments de liste.

Elément Comportement
Supprimer Appuyez sur un élément de liste pour afficher un bouton Supprimer. Appuyez sur Supprimer pour supprimer l'élément, appuyez ailleurs pour masquer le bouton Supprimer.
Sélectionner Appuyez sur un élément de liste pour le sélectionner. Appuyez à nouveau pour le désélectionner. Vous pouvez sélectionner plusieurs éléments (sélection multiple).
Personnalisé Votre implémentation personnalisée de l'apparence des éléments en mode édition détermine le comportement des éléments de liste.

Voir aussi