Name
Listview.Remove -- remove entry from listview
Synopsis
moai.DoMethod(id, "Remove", pos)
Function
Remove an entry from a listview. 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.

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

Show TOC