Dropdown items - RemoveAt Method
Removes the item at the specified position
Member of Dropdown items (PRIM_MD.DropdownItems)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Index | *Input | Integer | Item to be removed |
Details
RemoveAt will remove the item at the specified index.
Attempting to remove an item that does not exist will result in a run time error.
Example
Removing the 4th item from the Dropdown
#RemovedItem <= #Dropdown.RemoveAt(4)