property Items[Index: integer]: TScSASLItem;
Description
Lists the TScSASLItem object references.
Use Items to access objects in the list. Items is a zero-based array: the first object is assigned the index 0, the second object is assigned the index 1, and so on. You can read the value at a specific index, or use Items with the Count property to iterate over the list.
Note: Items is the default property of TScSASLCollection. This means you can omit the property name.
See Also