procedure Stop;
Calls the interface Stop method to cause the sound buffer to stop playing. See IDirectSoundBuffer::Stop for more information.
You should handle the EDirectSoundError exception with error code DSERR_BUFFERLOST which may occur in normal circunstances.