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