DdeServer public instance methods
disconnect 
Disconnect this DDE conversation. This causes a DdeNterminationCallback event. 
 
notifyClientOfSupportFor: 
Notifies the client attempting a connection that the receiver supports the specified topic. If the server wants to notify the client that multiple items are supported, this message can be sent multiple times, once for each topic supported. 
topicString 
A String identifying the topic. 
A new DdeServer is created to support this connection. 
 
sendItem:value:format: 
Sends data to the client. Answers true if the data was received by the client, false otherwise. 
item 
A String to identify the data. 
value 
The data that is to be sent to the client. If the format is 'String,' the value must be a Smalltalk String. Otherwise, value must be a ByteArray. 
format 
A String identifying the format that the data is in. 
Return value: 
true 
Client received the item. 
false 
Client did not receive the item. 
Last modified date: 01/29/2015