Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

remove-item

Generic function

Summary

Removes an item from a list control or table control.

Signature

remove-item list-or-table item => ()

Arguments

list-or-table
An instance of type-union(<list-control>, <table-control>).

item
An instance of type <list-item>.

Values

None

Library

duim-gadgets

Module

duim-gadgets

Description

Removes item from list-or-table.

See also

add-item, page 528

find-item, page 547

<list-control>, page 601

<list-item>, page 609

make-item, page 609

<table-control>, page 666

<table-item>, page 672


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index