addItemEntries Method
Use
addItemEntries( itemEntryArray)
Adds an array of ItemEntry objects to an existing collection. By calling this method, you avoid redrawing of the screen after adding each entry.
|
Parameter |
Description |
|---|---|
|
itemEntryArray |
An array of ItemEntry objects representing the entries to add |
Return Value
A Boolean array, each member of which indicates whether the respective ItemEntry was added successfully:
-
True, if the entry was added
-
False, if the entry was not added because an item with the specified parameters already exists in the specified collection or if the specified collection was not found
Example