Home > comp > gb.qt4 > listbox > add 
 en fr de es it nl pl pt pt_BR mk sq hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
ListBox.Add (gb.qt4)
Sub Add ( Text As String [ , Index As Integer ] )

Adds an item to the ListBox.

If Index is specified, then the new item is inserted at the Index position, 0 being the first item.

If Index is not specified, the new item is inserted at the end of the list.