本文整理自网络,侵删。
delphi 检查声卡是否安装
uses
MMSystem;
function SoundCardAvailable: Boolean;
begin
Result := WaveOutGetNumDevs > 0;
end;
相关阅读 >>
Delphi 查看字符串在不同编码(ascii、unicode、utf7、utf8、default、bigendianunicode)下的 hex
Delphi application.messagebox 详解
更多相关阅读请进入《Delphi》频道 >>