| |
| calling windows Beep() function |
 |
I want to call the Windows Beep() function, but I get the error "Too many parameters" when compiling. How can I get around this?
The Beep() procedure is declared both in the SysUtils unit and the Windows unit. The following example demonstrates calling both procedures.
procedure TForm .Button Click(Sender: TObject);
begin
SysUtils.Beep;
Windows.Beep( 00, 000);
end;
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|