FMX.ListView.Appearances.TListViewItem.TListViewItemObjects.ImageObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageObject: TListItemImage read GetImageObject;

C++

__property Fmx::Listview::Types::TListItemImage* ImageObject = {read=GetImageObject};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItemObjects

Description

Used to access an image object that is associated with this item.

This property returns an object of the TListItemImage type. This object allows you to control an image that is associated with this item.

See Also