System.Internal.VarHlpr

From RAD Studio API Documentation
Jump to: navigation, search


Routines

GetTypeInfoHelper
VariantAddAdds two Variants.
VariantAdd2Adds two Variants.
VariantAndPerforms an and operation between two Variant values.
VariantAnd2Performs an and operation between two Variants.
VariantArrayRedimResizes a Variant array.
VariantCastPerforms a type-cast on a Variant.
VariantClearEmpties a Variant, so that it is unassigned.
VariantCpyCopies a Variant.
VariantDivDivides two Variants.
VariantDiv2Divides two Variants.
VariantFromUnicodeStringAssigns an Unicode string to a Variant.
VariantGetElementReturns an element from a Variant array.
VariantModReturns the remainder on division of two Variants.
VariantMod2Returns the remainder on division of two Variants.
VariantMulMultiplies two Variants.
VariantMul2Multiplies two Variants.
VariantNegInverts the sign of a Variant.
VariantNotPerforms a not operation on a Variant.
VariantOrPerforms an or operation between two Variants.
VariantOr2Performs an or operation between two Variants.
VariantPutElementSets the value of an element in a Variant array.
VariantShlPerforms an shl (shift left) operation between two Variants.
VariantShl2Performs an shl (shift left) operation between two Variants.
VariantShrPerforms an shr (shift right) operation between two Variants.
VariantShr2Performs an shr (shift right) operation between two Variants.
VariantSubSubtracts two Variants.
VariantSub2Subtracts two Variants.
VariantToUnicodeStringConverts a Variant to an Unicode string.
VariantXorPerforms a xor (exclusive or) operation between two Variants.
VariantXor2Performs a xor (exclusive or) operation between two Variants.