FMX.MediaLibrary.TGenre.Genre

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Genre: string; virtual; abstract;

C++

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

Properties

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

Description

Gets the name of the Genre.

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

See Also