UCM Unitec Home Page
      

Input Message ID

 InputID(P)

Name   Environment   Usage   Description   Data Type   Remarks   See also

Name

InputID

Environment

Windows

Usage

[Form.]Ucm.InputID = value$

Description

Setting the InputID property enables the control to receive messages with the given ID from other UCM controls or - if the Host, Port properties are set - from a server process. When cleared, InputID defaults to MessageID, if both are cleared, message input is disabled.

The special wildcard setting "*" allows the control to receive messages with any ID value.

Data Type

String

Remarks

The InputID must contain letters, digits, ‘_’ (underscore) and ‘.’ (period) characters only. Embedded spaces are not allowed. To avoid conflicts, please do not use InputID’s starting with an underscore '_' as these names are reserved for internal use by Unitec.

See also

DataInput(E), InputMsg, MessageID

 

Back to top