System.Variant.operator >>=

From RAD Studio API Documentation
Jump to: navigation, search

C++

Variant& operator >>=(const Variant& rhs);

Properties

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


Description

Performs a bitwise shr (right 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.