Returns a pointer to the content associated with a list item at the specified index.
This method requires a linear search through the list.
- Parameters
-
list | List object. |
index | Item index. |
- Returns
- Pointer to content (or kNULL if index is beyond Count).