DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_get$: id$, name$
Get data from a widget as a string
Example :
DDgui_checkbox("test","This is an example")
DEBUG "Text : "+DDgui_get$("test","TEXT")
Result :
This example retrieves specified data from a widget as a string. The type of information received is defined by name$
