Web Site


Class overview

Constructor and basic operations

StrArray()
GetSize()
GetCount()
IsEmpty()
GetUpperBound()

Get / set elements

GetAt(int)
ElementAt(int)
SetAt
SetAtGrow
operator[](int)

Add, insert and remove elements

Add
Append
InsertAt
RemoveAt

Manipulate array size and free space

SetSize(int, int)
FreeExtra()
RemoveAll()

Miscellaneous operations

Copy(const StrArray&)
CopyElements

COM and Windows API helpers

ToSafeArray

 

All Methods