IABACUtils.Is_Empty

Syntax

Is_Empty(Value: Variant): Boolean;

Parameters

Value. Attribute:

For details see the Creating Custom Attributes section.

Description

The Is_Empty method determines whether the custom attribute value of subject or object is empty.

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