La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
@DLGTEXT
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)