CTypedPtrArray::SetAtGrow

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).

Syntax

void SetAtGrow( int nIndex, TYPE newElement );

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CTypedPtrArray Overview, CTypedPtrArray Member Functions, Typed Template Collections, CObArray::SetAtGrow