wwCollection::InsertAt

Inserts an item at the specified index position. Items are inserted before the item specified.

If `RequireUniqueItems=.T.` and an item exists, the old item is shifted to the desired position.

o.InsertAt(Position,Value)

Parameters

Position
Index Position of the item to insert. Item is inserted before the specified index.

Value
The value to insert.


See also:

Class wwCollection

© West Wind Technologies, 2023 • Updated: 01/11/19
Comment or report problem with topic