Commands and Topics for Hierarchical Lists
Managing Hierarchical Lists
APPEND TO LIST
(list; itemText; itemRef{; sublist; expanded})
CLEAR LIST
(list{; *})
Copy list
(list)
ListRef
Count list items
({*; }list{; *})
Longint
DELETE FROM LIST
({*; }list; itemRef | *{; *})
Find in list
({*; }list; value; scope{; itemsArray{; *}})
Longint
GET LIST ITEM
({*; }list; itemPos | *; itemRef; itemText{; sublist{; expanded}})
Get list item font
({*; }list; itemRef | *)
String
GET LIST ITEM ICON
({*; }list; itemRef | *; icon)
GET LIST ITEM PARAMETER
({*; }list; itemRef | *; selector; value)
GET LIST ITEM PROPERTIES
({*; }list; itemRef | *; enterable{; styles{; icon{; color}}})
GET LIST PROPERTIES
(list; appearance{; icon{; lineHeight{; doubleClick{; multiSelections{; editable}}}}})
INSERT IN LIST
({*; } list; beforeItemRef | *; itemText; itemRef{; sublist; expanded})
Is a list
(list)
Boolean
List item parent
({*; }list; itemRef | *)
Longint
List item position
({*; }list; itemRef)
Number
LIST OF CHOICE LISTS
(numsArray; namesArray)
Load list
(listName)
ListRef
New list
ListRef
REDRAW LIST
(list)
SAVE LIST
(list; listName)
SELECT LIST ITEMS BY POSITION
({*; }list; itemPos{; positionsArray})
SELECT LIST ITEMS BY REFERENCE
(list; itemRef{; refArray})
Selected list items
({*; }list{; itemsArray{; *}})
Longint
SET LIST ITEM
({*; } list; itemRef | *; newItemText; newItemRef{; sublist; expanded})
SET LIST ITEM FONT
({*; }list; itemRef | *; font)
SET LIST ITEM ICON
({*; }list; itemRef | *; icon)
SET LIST ITEM PARAMETER
({*; }list; itemRef | *; selector; value)
SET LIST ITEM PROPERTIES
({*; }list; itemRef | *; enterable; styles; icon{; color})
SET LIST PROPERTIES
(list; appearance{; icon{; lineHeight{; doubleClick{; multiSelections{; editable}}}}})
SORT LIST
(list{; > or <})
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
EDIT ITEM
({*; }object{; item}) --
Theme:
Entry Control
FONT
({*; }object; font) --
Theme:
Object Properties
FONT SIZE
({*; }object; size) --
Theme:
Object Properties
FONT STYLE
({*; }object; styles) --
Theme:
Object Properties
SET FILTER
({*; }object; entryFilter) --
Theme:
Object Properties
SET ENTERABLE
({*; }entryArea; enterable) --
Theme:
Object Properties
SET COLOR
({*; }object; color{; altColor}) --
Theme:
Object Properties
SET RGB COLORS
({*; }object; foregroundColor; backgroundColor{; altBackgrndColor}) --
Theme:
Object Properties
SET SCROLLBAR VISIBLE
({*; }object; horizontal; vertical) --
Theme:
Object Properties
SCROLL LINES
({*; }object{; position{; *}}) --
Theme:
User Interface