DDEGetValue |
Top Previous Next |
Prototype
StrValue:=DDEGetValue(intHandleItem)
Description
Reads the value of an element on the DDE server.
Parameters
IntHandleItem: integer value that corresponds to the handle of the returned element when opened.
Returned value
StrValue: string that contains the element values.
Notes
The element must previously have been opened with the command DDEOpenItem.
|