WideSize Property

Defined By:
OleVariant

Description:

Show or set the size of a Variant (in Wide characters).

Details:

If the Variant is a binary string (BSTR, VarType=8), then the length of the string (in Wide characters) is given, else 0 is given. If the Variant is empty (Void), setting WideSize will result in the Variant becoming a BSTR of the indicated length, else it will throw an exception. Wide characters are 16-bit (2-byte) values.

Data Type: Long