System.Contnrs.TObjectList Properties
InheritedProtected
| Capacity | public | Specifies the allocated size of the array of pointers maintained by the TList object. |
| Count | public | Indicates the number of entries in the list that are in use. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Items | public | Lists the object references. |
| List | public | Specifies the array of pointers that make up the Items array. |
| OwnsObjects | public | Allows TObjectList to free objects when they are deleted from the list or the list is destroyed. |