FMX.MediaLibrary.IFMXAudioManagerService.GetAlbums

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAlbums: TAlbums;

C++

virtual TAlbums __fastcall GetAlbums() = 0 ;

Properties

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


Description

Gets the Albums from the mobile store.

Implement GetAlbums in order to obtain the albums from the mobile store.

See Also