Commands and Topics for Hierarchical Lists
Load list
(listName)
ListRef
SAVE LIST
(list; listName)
New list
ListRef
Copy list
(list)
ListRef
CLEAR LIST
(list{; *})
Count list items
(list{; *})
Longint
Is a list
(list)
Boolean
REDRAW LIST
(list)
SET LIST PROPERTIES
(list; appearance{; icon{; lineHeight{; doubleClick{; multiSelections{; editable}}}}})
GET LIST PROPERTIES
(list; appearance{; icon{; lineHeight{; doubleClick{; multiSelections{; editable}}}}})
SORT LIST
(list{; > or <})
APPEND TO LIST
(list; itemText; itemRef{; sublist{; expanded}})
INSERT LIST ITEM
(list; beforeItemRef | *; itemText; itemRef{; sublist{; expanded}})
SET LIST ITEM PROPERTIES
(list; itemRef | *; enterable; styles; icon{; color})
GET LIST ITEM PROPERTIES
(list; itemRef | *; enterable{; styles{; icon{; color}}})
List item position
(list; itemRef)
Number
List item parent
(list; itemRef | *)
Longint
DELETE LIST ITEM
(list; itemRef | *{; *})
GET LIST ITEM
(list; itemPos | *; itemRef; itemText{; sublist{; expanded}})
SET LIST ITEM
(list; itemRef | *; newItemText; newItemRef{; sublist}{; expanded})
Selected list items
(list{; itemsArray{; *}})
Longint
SELECT LIST ITEMS BY POSITION
(list; itemPos{; positionsArray})
SELECT LIST ITEMS BY REFERENCE
(list; itemRef{; refArray})
Other related commands:
LIST TO BLOB
(list; blob{; *}) --
Theme:
BLOB
BLOB to list
(blob{; offset})
ListRef --
Theme:
BLOB
DRAG AND DROP PROPERTIES
(srcObject; srcElement; srcProcess) --
Theme:
Drag and Drop