public class TVecIntList : TObjectList
List of TVecInt objects.
List of Dew.Math.TVecInt objects. The list manages the object list. The TVec objects are created and destroyed by the list. List size can be controled with the Count property.
Methods
| Name | Description |
|---|---|
| Add (2) | Creates and adds a new TVecInt object to the list. |
| Assign | Assigns the source to the calling object. |
| LoadFromStream | Load the list from a stream. |
| SaveToStream | Save the list to a stream. |