FMX.MediaLibrary.IFMXImageManagerService.GetAllImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAllImages: TImages;

C++

virtual TImages __fastcall GetAllImages() = 0 ;

Properties

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


Description

Returns all images from the mobile store.

Implement GetAllImages in order to get all the pictures from the mobile store.

See Also