FMX.ListBox.TListBoxItemData.Bitmap
Delphi
property Bitmap: TBitmap read GetBitmap write SetBitmap;
C++
__property Fmx::Graphics::TBitmap* Bitmap = {read=GetBitmap, write=SetBitmap};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | published | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxItemData |
Beschreibung
Gibt das Bitmap-Bild an, das in Ihrem TListBoxItem-Objekt neben seiner Textbeschriftung und Beschreibung angezeigt werden soll.
Weitere Informationen finden Sie unter FMX.ListBox.TListBoxItem.ItemData.
Siehe auch
- Mobile-Tutorial: Verwenden von Listenfeld-Komponenten zur Anzeige von Tabellenansichten (iOS und Android)
- FMX.ListBox.TListBoxItem
- FMX.ListBox.TListBox
- FMX.ListBox.TListBoxItemData
- FMX.ListBox.TListBoxItemData.Text
- FMX.ListBox.TListBoxItemData.Accessory
- FMX.ListBox.TListBoxItemData.Detail
- FMX.ListBox.TListBox.DefaultItemStyles