Converts a variant's value to a WideString.
function VarToWideStr(const V: Variant): WideString;
BSTR VarToWideStr(const Variant V);
Variants
VarToWideStr converts the data in the variant V to a WideString and returns the result. If the variant has a null value, VarToWideStr returns an empty string.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|