Title: How to check if a soundcard is installeduses MMSystem;function SoundCardAvailable: Boolean;begin Result := WaveOutGetNumDevs 0;end;