Error Messages/40185


Example error text

The value assigned to the Isin attribute must be an object.

Cause

You've attempted to assign to an attribute that expects an object handle, such as in the following expression:

IsIn X := Mo2

Most likely you've attempted an assignment to one of the attributes: IsIn or Original.

Remedy

Provide a handle to the object, e.g.:

IsIn X := Handle(Mo2)

See Also

Comments


You are not allowed to post comments.