property Items[Index: integer]: TScCustomAttachment; default;
Description
Lists the TScCustomAttachment object references.
Use Items to access objects in the list. Items is a zero-based array: the first object is indexed as 0, the second object is indexed as 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 TScAttachmentCollection. This means you can omit the property name.