UCM Unitec Home Page
      

Output Message Value

 OutputMsg(P)

Name   Environment   Usage   Description   Data Type   Remarks   See also

Name

OutputMsg

Environment

Windows

Usage

[Form.]Ucm.OutputMsg = value$

Description

Assignments to the OutputMsg property will cause the control to build a message with the current OutputID and to transmit this message to the server identified by either the Host and Port properties or the Service property. If all of these address properties are unset, the message will be broadcasted to all other UCM controls on the local system that have themselves their address properties unset and are waiting for such messages (see InputID). If the AutoSend property is set to False, the Send(M) method must be called to initiate the data transfer.

Data Type

String

Remarks

Setting an OutputMsg, OutputID and optionally the address properties Host and Port or Service values at design time will cause the control to transmit the message at load time. For timing information please consult the Microsoft Visual Basic Reference Manual.

See also

AutoSend, OutputID, Send(M)

 

Back to top