Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Play a wav-file
Use PlaySound function. For example:
procedure TForm1.Button1Click(Sender: TObject);
begin
PlaySound(PChar('yes.wav'), 0, SND_SYNC);
end;
-
More for developers