System.Internal.VarHlpr
From RAD Studio API Documentation
Routines
VariantAdd Adds two Variants.
VariantAdd2 Adds two Variants.
VariantAnd Performs an and operation between two Variant values.
VariantAnd2 Performs an and operation between two Variants.
VariantArrayRedim Resizes a Variant array.
VariantCast Performs a type-cast on a Variant.
VariantClear Empties a Variant, so that it is unassigned.
VariantCpy Copies a Variant.
VariantDiv Divides two Variants.
VariantDiv2 Divides two Variants.
VariantFromUnicodeString Assigns an Unicode string to a Variant.
VariantGetElement Returns an element from a Variant array.
VariantMod Returns the remainder on division of two Variants.
VariantMod2 Returns the remainder on division of two Variants.
VariantMul Multiplies two Variants.
VariantMul2 Multiplies two Variants.
VariantNeg Inverts the sign of a Variant.
VariantNot Performs a not operation on a Variant.
VariantOr Performs an or operation between two Variants.
VariantOr2 Performs an or operation between two Variants.
VariantPutElement Sets the value of an element in a Variant array.
VariantShl Performs an shl (shift left) operation between two Variants.
VariantShl2 Performs an shl (shift left) operation between two Variants.
VariantShr Performs an shr (shift right) operation between two Variants.
VariantShr2 Performs an shr (shift right) operation between two Variants.
VariantSub Subtracts two Variants.
VariantSub2 Subtracts two Variants.
VariantToUnicodeString Converts a Variant to an Unicode string.
VariantXor Performs a xor (exclusive or) operation between two Variants.
VariantXor2 Performs a xor (exclusive or) operation between two Variants.