CTypedPtrArray::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, TYPE newElement );

See Also

CObArray::SetAtGrow