Google
CPointList.Detach Method
Class
Pascal
function Detach(Index: Integer): CPoint;
Description

 

Returns the item at index and then deletes the entry from the list. If the list stores objects the object will of course *not* be freed, the list relegates ownership of the data to the caller.

Related Information