SoundExProc
Adam Boduch
SoundExProc
Moduł: StrUtils
program FooApp;
{$APPTYPE CONSOLE}
uses
StrUtils;
var
B : Boolean;
begin
B := SoundExProc('Beach', 'Beech');
Writeln(B);
Readln;
end.
Zobacz też:
program FooApp;
{$APPTYPE CONSOLE}
uses
StrUtils;
var
B : Boolean;
begin
B := SoundExProc('Beach', 'Beech');
Writeln(B);
Readln;
end.
Zobacz też: