Class TObjList (unit SuperStream) |
TList
TObjList is a subclass of TList that contains a list of objects. It provides an extra property, Objects, that gives access to the list.
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
Clear the list, freeing all the objects.
Properties |
Get at a list element, typecase to a TObject. This property is also set up as the default property, so all you need to do is use objectList[x] to get at an object.
If the Owns property is true, the TObjList will free the objects it contains when it is destroyed.
Events |
Variables |