property GeneralNames[Index: integer]: TScGeneralName; default;
Description
Lists the TScGeneralName object references.
Use GeneralNames to access objects in the list. GeneralNames 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 GeneralNames with the Count property to iterate through the list.
Reassigning an GeneralNames index frees the object that previously occupied that position in the list.
Note: GeneralNames is the default property of TScGeneralNames. This means you can omit the property name.
See also