FMX.MediaLibrary.IFMXImageManagerService.GetImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImage(const Index: Integer): TImageInfo;

C++

virtual TImageInfo* __fastcall GetImage(const int Index) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary IFMXImageManagerService


Description

Gets the image indicated by index from the mobile store.

Implement GetImage in order to obtain the picture indicated by index from the mobile store.

See Also