|
At
Gets the element from the specified array position.
CObject* At(
|
Parameters
pos
[in] Position of the desired element in the array.
Return Value
The value of the element - successful, NULL- there was an attempt to get an element of a non-existent position.
Example:
//--- example for CArrayObj::At(int)
|