| METHODS |
| Name |
Parameters |
Note |
| AddStem |
<stemName/V> |
Add the entries defined in stem to the list |
| Clear |
|
|
| ClearAddStem |
<stemName/V> |
As AddStem, but clear the list before adding the entries |
| Exchange |
<entry1>,<entry2> |
entry1 is a number or one of:
entry2 is a number or one of:
- Top
- Active
- Bottom
- Next
- Previous
|
| GetEntries |
<varname> |
|
| GetEntry |
<pos>,<var> |
pos is a number or Active |
| GetSelected |
<stem> |
The method writes in stem.num the number of the selected entries and in stem.0,...
stem.i (i=stem.num-1) the entries: do i=0 to sel.num-1
say sel.i
end
|
| Insert |
<entry>, [pos] |
pos is a number or one of:
|
| Jump |
<pos> |
pos is a number or one of:
- Active
- Top
- Bottom
- Up
- Down
|
| Remove |
<pos> |
pos is a number or:
- First
- Active
- Selected
- Last
|
| ReplaceCol |
<pos>,<col>,<value> |
|
| Select |
<pos>,<val> |
pos is a number or one of:
val is a number or one of:
|
| Sort |
|
|
| Sort2 |
<type>,<add> |
add is a number or one of:
- None
- AddNone
- Add2Values
- Add4Values
Many times this method will be used to sort multicolumn list when the user click on
title buttons:
call Notify("list","TitleClick","Everytime","list","Sort2","TriggerValue","Add2Values")
|
| Sort3 |
<type>,<add>,<which> |
add is a number or one of:
- None
- AddNone
- Add2Values
- Add4Values
which is a number or one of:
|