|
OnSoundIsOpen |
Top Previous Next |
|
Declaration type TOnSoundIsOpenEvent = function (Sender : TObject; const ConnToken: String; Encoding : Boolean): Boolean of object;
property OnSoundIsOpenEvent: TOnSoundIsOpenEvent;
Description This is called only if the InputMethod or OutputMethid has been set to ioCustom. The Hander should return True if the corresponding custom sound channel is open and False if it is closed.
|