Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
Type | Predicate | Parameters | Flow pattern | Description |
---|---|---|---|---|
determ | (i,i,i) | 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. | ||
determ | (i,i,i) | 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. | ||
determ | (i,i,i) | Add string to list box after element defined by INDEX parameter | ||
determ | (i,i) | Delete element from the listbox Element defined by INDEX. | ||
determ | (i,o) | Get all elements of the list box | ||
determ | (i,i) | Initialise list box with string list | ||
determ | (i,i) | Set multi select flag for the list box | ||
determ | (i,o,o) | Get selected element of the list box | ||
determ | (i,i,i) | Set selected element of the list box |