IABACUtils.Interseca

Syntax

Interseca(Value1: Variant; Value2: Variant): Boolean;

Parameters

Value1. The first compared argument.

Value2. The second compared argument.

Set as arguments:

IMPORTANT. Array of values must be contained at least at one of specified arguments.

For details see the Creating Custom Attributes section.

Description

The Interseca method searches for common values of compared arguments.

Comments

The method returns the value:

The method is used only in string view to set the expression to calculate additional condition to check access will be calculated, using the IExpression.AsString property.

To determine an additional condition to check access, use the IABACRule.Condition property.

See also:

IABACUtils