FMX.MediaLibrary.IFMXAudioManagerService.GetArtists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetArtists: TArtists;

C++

virtual TArtists __fastcall GetArtists(void) = 0 ;

Properties

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


Description

Gets the Artists from the mobile store.

Implement GetArtists in order to obtain the artists from the mobile store.

See Also