DDETopic.execute Method
Is called when the server receives an execute command. This method can be used to execute commands.
Syntax
public void execute(str Command)
Run On
Client
Parameters
- Command
Type: str
A command string.
Remarks
Remember to call the status method if the function accepts the command string. The default implementation will be set to NOTPROCESS.