FMX.ListView.Types.TListItemImage.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 public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemImage

Description

Specifies the bitmap picture that will be displayed for this list view item.

For more information, see FMX.ListView.Appearances.TListViewItem.Bitmap.

You should paint the Bitmap image when ImageSource returns Bitmap. Otherwise, paint the image specified by Images and ImageIndex.

See Also