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_insertitem%: id$, text$, before_index%

 

Add text to a list-box or combo box

 

Example :

 

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

DDgui_combo("entry2","Level 1|Level 2|Level 3")

 

DDgui_insertitem("entry","Text1",2)

DDgui_insertitem("entry2","Text2",1)

 

Result :

 

This command allows text to be inserted into a list-box or combo selection at a given position.