This method adds a new element or list of elements to the tail of this list. The list can be empty before the operation.
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 |
POSITION AddTail( ARG_TYPE newElement ); void AddTail(
CList* pNewList );
CObList::GetTail, CObList::RemoveTail