VICMessage

(Engine-Level Function)

Description: Transmits a message to one or all currently connected VTScada Internet Client sessions. The message is displayed in a dialog box on the VIC computer.
Returns: Nothing
Usage: Script Only.
Function Groups: VTScada Internet Client
Related to: VICInfo
Format: VICMessage(Object, Message)
Parameters:  
Object
Required. Object value of the root (BrowserClient) module instance for the VIC session to receive the message. If this parameter is not a valid object value, the message is broadcast to all VIC sessions.
Message
Required. The textual message to be sent to the VIC recipients.
Comments: There is no return value for this statement.
The Object value is typically retrieved from the return value of a VICInfo statement.