TMusicLoop.Play Method

Overloads

Play(string, Boolean)

Load and play a sound or music

Play(Boolean)

Play current soound or music in an infinite loop or one time

Play(string, Boolean)

Load and play a sound or music

Delphi
procedure Play(Filename: string; LectureEnBoucle: boolean = True)

Parameters

Filename
string
LectureEnBoucle
Boolean

Play(Boolean)

Play current soound or music in an infinite loop or one time

Delphi
procedure Play(LectureEnBoucle: boolean = True)

Parameters

LectureEnBoucle
Boolean