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