Google
CPointList.Add Method (CPoint)
Class
Pascal
function Add(const Item: CPoint): Integer; overload;
Description

Adds the passed item to the end of the list and returns the index of the item. Error Conditions: We may run out of memory here, which will cause an exception.

Related Information