DDEOpenItem |
Top Previous Next |
Prototype
IntHandleItem:=DDEOpenItem(intHandle,strName)
Description
Opens a DDE element on the server. The elements are used for exchanging information and data with the server.
Parameters
IntHandle: integer value that constitutes the handle obtained by the function of opening conversation.
StrName: string that contains the element name to open.
Returned value
IntHandleItem: integer value that corresponds to the handle of the opened element.
Notes
The names of the usable elements and the relative function are specified in the documentation of the DDE server that is desired to use.
|