FMX.MediaLibrary.TGenre.CountSongs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CountSongs: Cardinal; virtual; abstract;

C++

virtual unsigned __fastcall CountSongs(void) = 0 ;

Properties

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


Description

Gets the song count of the Genre.

Use the CountSongs method in order to obtain the song count of the Genre object.

See Also