Click or drag to resize

IPersons Methods

The IPersons type exposes the following members.

Methods
  NameDescription
Public methodClear
Clear the list.
Public methodCount
Return the number of persons in the list.
Public methodExists
Returns true if the person exists in the list.
Public methodGetEnumerator
Public methodGetFirst
Return the first person in the list. Return NULL if list is empty.
Public methodGetNext
Return the next person in the list. Return NULL if the end is reached.
Public methodRemove
Remove a person from the list
Top
See Also