'KCMLDdeAddTopic(sTopic$)
This function is used to register the client as a DDE server application. You can supply a topic (sTopic$) of your choice, and then wait for data requests to arrive from other DDE client programs.
Deprecated
This function is deprecated and may be removed in a future release.
Arguments
STR() | sTopic$ | [in] | Topic string. |
Returns
This function returns TRUE on success, or FALSE on failure.
Syntax
The following definition is built into KCML. You do not have to include it in your own code.
$DECLARE 'KCMLDdeAddTopic(STR())
Remarks
See Writing a DDE Server Application in KCML for details on creating DDE server applications.
Further Information
Introduced | KCML 5.00 |
Compatibility | KClient |
See Also
KCMLDDEServerInit, KCMLDdeClose, KCMLDdeDestroy, KCMLDdeExec, KCMLDdeInit, KCMLDdeLoad, KCMLDdeOpen, KCMLDdePoke, KCMLDdeRequest