Remote Runtime Properties

Conversation

(Channel As Integer) Object

(Read-only)

The Remote control stores a conversation object for each channel, which are accessible from this array. To do anything in a Conversation not provided directly by the control (such as non-string key/value pairs), the user must use the stored Conversation objects in this property array. The properties and methods of each Conversation object are accessible from this array.

GotoNode

(Integer)

This property transfers a call to another control. See GotoNode.

Machine

(Channel As Integer)(String)

Selects the computer name of the target machine for connections. To override the default machine name (IMachine property), set this property from code in the Enter Event. This property cannot be changed for a call once a connection is made.

Values

(Channel As Integer)(Object)

This property provides access to the value of any key that has been changed in a Conversation by another AgentX control.

EXAMPLE

Print Remote1.Values.MyKey(Channel)

Note this access method does not work with keys containing a numeric value, such as 1.

Read more about Remote control.