RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarHlpr.VariantFromUnicodeString Function

Assigns an Unicode string to a Variant.

Pascal
procedure VariantFromUnicodeString(var V: Variant; const Str: UnicodeString);
C++
VariantFromUnicodeString(Variant V, const UnicodeString Str);

VariantFromUnicodeString assigns an Unicode string to a given Variant parameter. The old value, if there was one, of the Variant will be lost. 

 

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