(Channel as Integer)Integer
This property can be set in the Enter event to override the default delay time. The new value is valid for the current call until it leaves this control. The units are those set by the property page: seconds, 100s, or milliseconds.
(Channel as Integer)vbvDelayTypes
This property overrides the IDelayType initial property per channel. Refer to the IDelayType for valid values.
(Integer)
This property transfers a call to another control. See GotoNode.
(Channel as Integer) Integer
On exit from a Delay control, this property can be read by code to check the reason for terminating the delay. The possible values are:
vbvDelayTerm_Unknown (0)
vbvDelayTerm_Digit (1)
vbvDelayTerm_HookFlash (2)
vbvDelayTerm_Timeout (3)
vbvDelayTerm_Disconnected (4)
vbvDelayTerm_UserStopped (5)