C++ Builder 參考手冊(cè) ? System::Sysutils ? Beep
播放一個(gè)彈出信息時(shí)播放的聲音
頭文件:#include <System.SysUtils.hpp>
命名空間:System::Sysutils
函數(shù)原型:
void __fastcall Beep(void);
參數(shù):
- 無(wú)降传。
返回值:
- 無(wú);
- 播放一個(gè)彈出信息時(shí)播放的聲音竟终;
- 在 Windows 里面愚墓,相當(dāng)于 API 函數(shù) MessageBeep(0);
- 在其他操作系統(tǒng)里面,相當(dāng)于在控制臺(tái)輸出編碼值為 7 的字符盈电,即 BEL 控制符沿癞。
相關(guān):
- std::abort
- std::exit
- System::Sysutils::Abort
- System::Sysutils::EAbort
- System::Sysutils::OutOfMemoryError
- System::Sysutils::RaiseLastOSError
- System::Sysutils::CheckOSError
- System::Sysutils::Win32Check
- System::Sysutils::ShowException
- Vcl::Forms::TApplication::ShowException
- System::Sysutils::ExceptionErrorMessage
- System::Sysutils
- <cstdlib>
C++ Builder 參考手冊(cè) ? System::Sysutils ? Beep