List controls - List and tree control actions
The following actions are supported especially for list controls. Applying those actions to other control types will result in error 98 (action not supported).
Functions
- AppendEntry - Append entry to collection(Ctrl-A)
 - Associate - Associate instance from another collection (Shift-F1)
 - BookmarkNext - Select next marked entry (Ctrl-right)
 - BookmarkPrevious - Select prvious marked entry (Ctrl-left)
 - BookmarkRemove - Reset bookmark for a list entry (Ctrl-up)
 - BookmarkStore - Store bookmark for a list entry (Ctrl-down)
 - DeleteSet - Delete collection (Ctrl-Shift-D)
 - EditEntry - Edit selected entry (F4)
 - HistoryNext - Select next entry in history (Alt-right)
 - HistoryPrevious - Select previous entry in history (Alt-left)
 - InsertEntry - Insert entry to collection (Ctrl-I)
 - MoveDown - Move entry down
 - MoveUp - Move entry up
 - RenameEntry - Rename entry
 - ResetCascadingSelection - Reset last selection
 - ResetSelection - Reset all selections
 - SetCascadingSelection - Expand current selection
 - SetSelection - Set filter condition
 

