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

See also