(Contents)(Previous)(Next)

Object List Common Functionality

This section describes the methods and properties that are common to all object lists:

Common Object List Methods
Add Adds a new item
Count Returns the number of items in the list.
SetFilter Sets the list filter
SetFilterAnd Logically ANDs the filter with this expression
SetFilterOr Logically ORs the filter with this expression
ClearFilter Clears the list filter
FindItemByID Finds an item with an ID which matches the passed in ID
GetFirst Gets the first item in the list
GetNext Gets the next item in the list
GetLast Gets the last item in the list
GetPrev Gets the previous item in the list


Next