DDESetValue |
Top Previous Next |
Prototype
DDESetValue(intHandleItem,strValue)
Description
Writes the value of one element on the DDE server.
Parameters
IntHandleItem: integer value that corresponds to the handle of the returned element when it's opened.
StrValue: string that contains the element value to write on DDE server.
Returned value
None.
Notes
The element must previously have been opened with the command DDEOpenItem. |