Convert a variant to string value.
Source position: variants.pp line 95
function VarToWideStr( |
const V: Variant |
):WideString; |
V |
|
Variant to convert. |
The string representation of the variant value.
VarToWideStr attempts to convert the variant V to a string. If the value is Null, the result is an empty string.
|
Convert a variant to string value, specifying a default. |
|
|
Check if the variant is a string. |
|
|
Convert a variant to string value. |
|
|
Convert a variant to string value. |