Statement
|
Description
|
DDE ADVISE
|
Creates or removes a link to a DDE server data item. Creating a link allows ABL to trigger a DDE-NOTIFY event when the data item changes value.
|
DDE EXECUTE
|
Sends one or more application commands to the DDE server to execute.
|
DDE GET
|
Retrieves the new value of a linked data item in response to a DDE-NOTIFY event for the data item. You typically invoke this command in a DDE frame trigger block for the DDE-NOTIFY event.
|
DDE INITIATE
|
Opens a DDE conversation.
|
DDE REQUEST
|
Requests the current value of a server data item.
|
DDE SEND
|
Sends a new value to a server data item.
|
DDE TERMINATE
|
Closes a DDE conversation.
|