Instance variable (class)
|
Description
|
item (String)
|
Name of the data item
|
format (String)
|
Format for the data (see Formats of data transferred between DDE servers and clients).
|
data (String or ByteArray)
|
The actual data
|
application (String)
|
The server name for this DDE conversation
|
topic (String)
|
The topic name for this DDE conversation
|
reason (Symbol)
|
Reason this callback is executing (contained in the Pool Dictionary DdeConstants having the form DdeCR...)
|
returnValue (Boolean or nil)
|
Value to be returned from the callback. See Table 47 for descriptions of return values and their meanings.
|