RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarHlpr.VariantAnd2 Function

Performs an and operation between two Variants.

Pascal
function VariantAnd2(const V1: Variant; const V2: Variant): Variant;
C++
Variant VariantAnd2(const Variant V1, const Variant V2);

VariantAnd2 performs a bit-wise or a logical and operation between V1 and V2 and returns a new Variant holding the result.  

The input values must be convertible to numerical or boolean types; otherwise an EVariantTypeCastError exception will be raised. 

 

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