DDE_Execute

4D - Documentation   Français   English   German   DDE_Tools, Contents   DDE_Tools, Index   Back   Previous   Next

version 6.0


DDE_Execute (channelNum; commands) Integer

ParameterTypeDescription
channelNumIntegerNumber of open channel
commandsTextCommands for application to carry out
Function resultIntegerError code

Description

The command DDE_Execute causes the target application to execute a command. Commands must be written within brackets.

Example

You may send several commands sequentially:

   Err:=DDE_Execute(Channel;"[NEW()][ZOOM(50)]")

See Also

DDE_Initiate.


4D - Documentation   Français   English   German   DDE_Tools, Contents   DDE_Tools, Index   Back   Previous   Next