Both DdeClient and
DdeServer objects can associate timeout values with their DDE conversations. Because the VA Smalltalk DDE model is synchronous, the timeout values are used to time out responses to DDE requests across the connection. If a response to a DDE requests timeout, then the value returned from the request message is either
nil or
false, depending upon the context of the particular request message. In other words, a timeout looks like a failure for the request message. The timeout value can be set with the
timeout: message in the following way: