CArray::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: Afxtempl.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, ARG_TYPE newElement );
throw( CMemoryException );

See Also

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