FMX.MediaLibrary.TArtist.NumberOfSongs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NumberOfSongs: Integer; virtual; abstract;

C++

virtual int __fastcall NumberOfSongs() = 0 ;

Properties

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


Description

Gets the number of songs of the Artist.

Use the NumberOfSongs method in order to obtain the number of songs of the Artist object.

See Also