Back

RemoveListItem()




    USAGE

    ListItem = (struct ListItem *) RemoveListItem(ListInfo)

    FUNCTION

    This takes the currently selected item and removes it from the list, returning a pointer to it. The list display is refreshed. This is useful if you want the user to be able to select items to remove from the list.

    INPUTS

    ListInfo
    RESULT

    ListItem
    SEE ALSO

    InsertListItem