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.

DDgui_list: id$, texts$ [, width%=0, height%=0]

 

Display a list of items

 

Example :

 

DDgui_list("entry","Level 1|Level 2|Level 3")

 

Result :

 

Display a list of items, of which one can be selected.  The main difference between these is that the list is displayed without the need for the user to click on the selection button.