FMX.MediaLibrary.IFMXImageManagerService.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer;

C++

virtual int __fastcall GetCount() = 0 ;

Properties

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


Description

Returns the count of all images in the mobile store.

Implement GetCount in order to get the count of all pictures from the mobile store.

See Also