Call this member function to set the array element at the specified index. The array grows automatically if necessary (that is, the upper bound is adjusted to accommodate the new element).
void SetAtGrow( int nIndex, CObject* newElement );
throw( CMemoryException );
Header file: | Afxcoll.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CObArray Overview, CObArray Member Functions, Array Classes, CObArray::GetAt, CObArray::SetAt, CObArray::ElementAt, CObArray::operator []