RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opShiftRight Constant

opShiftRight defines a bitwise shift right operation.

Pascal
opShiftRight = 7;
C++
opShiftRight = 7;

System

opShiftRight is one of the operation types that TVarOp may be set to when performing binary operations such as BinaryOp.  

opShiftRight represents the left operand shifted right N times, where N is the numeric value of the right operand. 

 

BinaryOp 

BinaryOp 

TVarOp

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!