The "Play Wav in Dialog" menu option sets a flag
which is used by the OnHandlePlayWavFile method 
of the HTDisplayBox component. This method is used 
to modify how clicks on links which play Wav files
are handled. In this case, the Wav files are not
played through the builtin player but are 
instead sent to a TMultiMediaPlayer component
in a generic dialog. (This could be used to
direct the display to other custom components
of an application.)

(Note: Assert methods normally are used to abort
all further processing of an action, while the
Handle Methods modify the processing. These
two methods can each be overridden in code by
direct assignment for Assert types and virtual
overriding for Handle types.)
