Share via


DDEClient.new Method

Initializes a new instance of the Object class.

Syntax

public void new(str ServerName, str Topic)

Run On

Client

Parameters

  • ServerName
    Type: str
    The name of the server to connect to.
  • Topic
    Type: str
    The name of the topic for this conversation.

Remarks

If the conversation cannot be established, the constructor throws Exception::Internal.

See Also

Reference

DDEClient Class