System.Variant.operator <<=

From RAD Studio API Documentation
Jump to: navigation, search

C++

Variant& __fastcall operator <<=(const Variant& rhs);

Properties

Type Visibility Source Unit Parent
function public sysvari.h System Variant


Description

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

If the 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.