VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

@DLGTEXT

Windows Linux macOS

Syntax

@DLGTEXT(<element name>)

Description

This function is used to read the contents (such as text) from the dialog element <element name>. In the case of a list box the contents of the selected item is returned, or null if no item is selected.

OK

Unchanged.

Example

%A = @dlgtext(Name)

See also