FMX.ListBox.TListBoxItemData.Detail

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Detail: string read GetDetail write SetDetail;

C++

__property System::UnicodeString Detail = {read=GetDetail, write=SetDetail};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItemData


Description

Spécifie un texte descriptif supplémentaire de votre TListBoxItem. Le texte descriptif peut être affiché sous le texte de l'élément, à gauche ou à droite, selon la valeur de la propriété DefaultItemStyles de la zone de liste.

Pour plus d’informations, voir FMX.ListBox.TListBoxItem.ItemData.

Voir aussi