IABACEngine.SetOperations

Syntax

SetOperations(ReadMask: Integer, WriteMask: Integer, AllMask: Integer);

Parameters

ReadMask. Read operation with the 2 parameter value.

WriteMask. Write operation with the 4 parameter value.

AllMask. All operations with the 1 parameter value.

Description

The SetOperations method sets attribute value in the objective if the OPERATION environment attribute is used with the IN condition.

Comments

Values of method parameters are set by default. The method is used if the objective has a logical value set with the OPERATION environment attribute with the IN condition.

The parameter of the IABACEngine.Evaluate method must contains the operation specified in the objective or a child read and write operation.

Example

The method use is given in the example for IABACEngine.Evaluate.

See also:

IABACEngine