Skip to main content

Properties

PropertiesDescription
FirstThe property indicates the first pointer in the Items array.
FPointProcThe property specifies the procedure that returns TFPoint from the list.
ItemsThe property lists the object references.
LastThe property indicates the last item in the list.
Properties derived from TsgBaseListDescription
CapacityThe property specifies the allocated size of the array of pointers maintained by the TsgBaseList object.
CountThe property indicates the number of entries in the list that are in use.
DublicatesThe property specifies how to handle items with same values.
ListTypeThe property specifies the type of elements maintained by the list.
ProcCompareThe property specifies the procedure used to compare items in the list.
SortedThe property indicates whether the items are sorted or not.