Name
Choice.Remove -- remove entry from choice widget (V1.1)
Synopsis
moai.DoMethod(id, "Remove", pos)
Function
Remove an entry from a choice widget. The position can be specified as an absolute index value or as one of the following special values:

First
Remove first entry.

Active
Remove active entry.

Last
Remove last entry.

When the active entry is removed, the following entry will become active.

Note that on AmigaOS and compatibles this feature is only available on MUI 4.0 or higher.

Inputs
id
id of the choice object
pos
index of entry to remove or one of the special values (see above)

Show TOC