Communication_Type
Can be either "DDE" or "Copydata" or "NamedPipes". By default DDE is used for the communication. If you have troubles with DDE it can be replaced by WM_COPYDATA Windows messages or with named pipes. As not all programs support copydata messages, you can decide which type to use for every receiver. This description applies for the corresponding application as SENDER. As RECEIVER they can always handle all types of communication.
"Copydata" is only read from the global parameter file, when used with Editors !
Possible values: DDE, Copydata, NamedPipes
Default value: DDE