Callback Property

object.Callback

Specifies the name of a class module containing methods that receive notifications from the voice-text automation object. The class module must contain a SpeakingStarted method and a SpeakingDone method.

· Example:

Vtxt.Callback = "TESTVCMD.VTxtSink"

object

Voice-text object.