FMX.ListBox.TListBoxItemData.Bitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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