property Values[Index: integer]: TScASN1Attribute;
Description
Lists the TScASN1Attribute object references, those represent ASN.1-encoded data.
Use Values to access objects in the list. Values 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 or change the value at a specific index, or use Values with the ValueCount property to iterate through the list.
Reassigning an Values index frees the object that previously occupied that position in the list.
See Also