IABACRules.SwapByKey

Syntax

SwapByKey(Id1: Integer; Id2: Integer): Boolean;

Parameters

Id1. Key of the policy rule that must be swapped.

Id2. Key of the rule that must be swapped with the specified policy rule.

NOTE. Rules with specified keys are swapped.

Description

The SwapByKey method swaps specified rules in policy by key.

Comments

To determine a rule key, use the IABACRule.Key property.

See also:

IABACRules