FMX.MediaLibrary.TArtist.Artist

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Artist: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall Artist() = 0 ;

Properties

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

Description

Gets the name of the Artist.

Use the Artist method in order to obtain the name of the Artist object.

See Also