|
Copyright ® (1999-2005) EDMGROUP Pty Ltd - EZY Prolog Reference |
[This is preliminary specification and subject to change.]
Group
Type
determ
Syntax
ezy_lbox_add( WINDOW CTRLWIN, INTEGER INDEX, EZY_LIST ITEM_LIST)
Flow patterns
(i,i,i)
Description:
Initialize list box with string list.
Index is a 0-based integer.
To append a new item at the end of the list set Index to -1.
To add one item use lbox_Add/3(1) with 3rd argument bound to the string.
To add several items at a time use lbox_Add/3(2) with 3rd argument bound to a string list.
Sample:
No sample