Overview | Methods | This Package | All Packages
Adds a set of items to the list view control.
Syntax
public void setItems( ListItem[] items )
Parameters
items
A zero-based array of ListItem objects that represent the items you want to add to the list view control.
Remarks
This method removes all existing items from the list view control before inserting the new items.
See Also getItems