RAD Studio
ContentsIndex
PreviousUpNext
E2369: Cannot use the result of a property assignment as an rvalue' (C++)

The result of a property assignment is an lvalue. This implies for instance that chained assignments of properties is not allowed; for example, x = y = 5, where both x and y are properties. Certain embedded assignments of properties can also produce errors; for example, x != ( y = z ), where y is a property.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!