RAD Studio
ContentsIndex
PreviousUpNext
and_eq, &=

Category 

Alternative Representations of Operators and Tokens, Operators 

Syntax 

Description 

The and_eq operator is an alternative representation of the &= assignment operator (bitwise AND). 

The value of the first operand is added to the value of the second operand, and the result is stored in the first operand. 

In order to use the and_eq operator, you need to check the Enable new operator names option (the -Vn compiler switch, available on the Compatibility page of the ProjectOptions dialog box).

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