Platform SDK: Web Telephony Engine

WTEApplication.InputTerminator Property

The InputTerminator property sets or retrieves the termination string for the caller input (required by the INPUT element with the TYPE=TEXT attribute and the TEXTAREA element) and multiple selection menu (created by the SELECT element with the MULTIPLE attribute). A caller also uses this string to designate the end of the record operation.

Syntax

WTEApplication.InputTerminator [ = sInputTerminator ]

Possible Values

sInputTerminator
String specifying the input terminator. This string must not be empty. The maximum length is ten DTMF keys.

This property is read-write.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

WTEApplication