Properties
Properties | Description |
---|---|
First | The property indicates the first item in the list. |
Items | The property lists the object references. |
Last | The property indicates the last item in the list. |
List | The property indicates the last item in the list. |
Properties derived from TsgBaseList | Description |
---|---|
Capacity | The property specifies the allocated size of the array of pointers maintained by the TsgBaseList object. |
Count | The property indicates the number of entries in the list that are in use. |
Dublicates | The property specifies how to handle items with same values. |
ListType | The property specifies the type of elements maintained by the list. |
ProcCompare | The property specifies the procedure used to compare items in the list. |
Sorted | The property indicates whether the items are sorted or not. |