The <OperatorName> Operator is not Allowed for Operands of the <Type1Name> and <Type2Name> Types

Description

The expression uses an operation that is not available for operands of the specified types. An operation may be executed for incompatible types or this operation is not supported by one of the operands.

Troubleshooting Tips

Check types compatibility. If the types are compatible, check if the operation is supported by both types. See the description of the appropriate data types for the list of operations supported by simple types of data. All types inherited from the Object class support the following operations: "<>" and "=".

See also:

Compiler Messages