RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variant::<<= Operator

Performs a bitwise shl (left shift) operation on this System::Variant::Variant.

Pascal
operator <<=(const rhs: Variant&);
C++
__fastcall Variant& operator <<=(const Variant& rhs);

If the System::Variant::Variants can be converted to types that make sense for the given operation, the assignment is performed. If any of these operations is not possible because of an invalid variant type conversion, an EVariantError exception is thrown. 

 

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