VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@DDEITEM
Windows ✓Linux ⚠macOS ⚠
Syntax
@DDEITEM(<name>)
Description
This function returns the contents of the DDEITEM dialog element <name> in a server application that the script has established a DDE link with using the DDE LINK command.
Note that VDS can be used to create DDE Server applications. This means that VDS applications can communicate with one another using Windows Direct Data Exchange.
OK
True if DDE request is successful, false if it fails.
Example
DDE LINK,QPW,SYSTEM
%I = @DDEITEM(SYSITEMS)
DDE TERMINATE
INFO DDE Topics supported by QPW:@CR()%I