RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opShiftLeft Constant

opShiftLeft defines a bitwise shift left operation.

Pascal
opShiftLeft = 6;
C++
opShiftLeft = 6;

System

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

opShiftLeft represents the left operand shifted left 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!