TMusicLoop.Load Method
Definition
Load a music or sound (file formats depend on the operating system). You can try MP3 for music and WAV for sounds
Delphi
function Load(Filename: string): TMusicLoop
Parameters
- Filename
- string
Load a music or sound (file formats depend on the operating system). You can try MP3 for music and WAV for sounds
function Load(Filename: string): TMusicLoop