Lazarus Pascal beep command -


i'm running lazarus on windows. make program "beep". appears can in pascal using:

windows.beep(300,500); 

but not in lazarus! there command can use?

update:

sysutils.beep() 

this works, i'd set frequency , duration of sound

afaik functionality worked ages. (dev pascal on ten years old).

what different lazarus not automatically add windows uses clause, delphi does.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -