CObArray::SetAtGrow

This method sets 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).

At a Glance

Header file: Afxcoll.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void SetAtGrow( int nIndex, CObject* newElement );
throw( CMemoryException );

See Also

CObArray::GetAt, CObArray::SetAt, CObArray::ElementAt, CObArray::operator []