FMX.ListBox.TListBoxItemData.Bitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bitmap: TBitmap read GetBitmap write SetBitmap;

C++

__property Fmx::Graphics::TBitmap* Bitmap = {read=GetBitmap, write=SetBitmap};

Properties

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

Description

Specifies the bitmap image that you want to be displayed in your TListBoxItem, next to its text caption and description.

For more information, see FMX.ListBox.TListBoxItem.ItemData.

See Also