UI Component structure and hierarchy
Items control class
Parent class: Input Control
Properties
Property |
Type |
Description |
items |
Array (read only) |
--- |
Selected index |
itemsControlValueType |
--- |
Member Procedures
Event |
Description |
Clear (Void) |
Clear the array |
addItem(Number) |
Add item based on value, and may include name as string. Returns number - the place in the array |
removeItem(Void) |
Remove item by value |
removeItemAt(Void) |
Remove item at index |
updateItem(Void) |
Update item by index, can update the value and the name. |