FMX.ListView.Types.TListItemImage.ImageSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageSource: TImageSource read GetImageSource;

C++

__property TImageSource ImageSource = {read=GetImageSource, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemImage

Description

Returns the kind of image so that you select the proper methods/properties to paint the picture.

The avalaible options are:

See Also