A B C D E F G H I J K L M N O P Q R S T U V X Y

V

VARIANT_ALPHABOOL - Static variable in class org.isis.jaut.Variant
Converts a boolean value to a string containing either "True" or "False".
VARIANT_LOCALBOOL - Static variable in class org.isis.jaut.Variant
For conversions between boolean and string, uses the language of the user selected locale on the computer.
VARIANT_NOUSEROVERRIDE - Static variable in class org.isis.jaut.Variant
For conversions to and from strings prevents the use of the user selected locale on the computer.
VARIANT_NOVALUEPROP - Static variable in class org.isis.jaut.Variant
Converts an object to a simple type by invoking the Value property.
VT_ARRAY - Static variable in class org.isis.jaut.Variant
An array variant type.
VT_BOOL - Static variable in class org.isis.jaut.Variant
A boolean variant type.
VT_BSTR - Static variable in class org.isis.jaut.Variant
A string variant type.
VT_BYREF - Static variable in class org.isis.jaut.Variant
A reference variant type.
VT_CY - Static variable in class org.isis.jaut.Variant
A currency variant type.
VT_DATE - Static variable in class org.isis.jaut.Variant
A variant type denoting a date.
VT_DECIMAL - Static variable in class org.isis.jaut.Variant
A decimal value variant type.
VT_DISPATCH - Static variable in class org.isis.jaut.Variant
A Dispatch Automation object variant type.
VT_EMPTY - Static variable in class org.isis.jaut.Variant
The no value variant type.
VT_ERROR - Static variable in class org.isis.jaut.Variant
An error code variant type.
VT_I1 - Static variable in class org.isis.jaut.Variant
1-byte integer variant type.
VT_I2 - Static variable in class org.isis.jaut.Variant
2-byte integer variant type.
VT_I4 - Static variable in class org.isis.jaut.Variant
4-byte integer variant type.
VT_INT - Static variable in class org.isis.jaut.Variant
machine dependent (4-byte) integer variant type.
VT_NULL - Static variable in class org.isis.jaut.Variant
A propagating null variant type.
VT_R4 - Static variable in class org.isis.jaut.Variant
An IEEE 4-byte real variant type.
VT_R8 - Static variable in class org.isis.jaut.Variant
An IEEE 8-byte real variant type.
VT_UI1 - Static variable in class org.isis.jaut.Variant
1-byte unsigned integer variant type.
VT_UI2 - Static variable in class org.isis.jaut.Variant
2-byte unsigned integer variant type.
VT_UI4 - Static variable in class org.isis.jaut.Variant
4-byte unsigned integer variant type.
VT_UINT - Static variable in class org.isis.jaut.Variant
machine dependent (4-byte) unsigned integer variant type.
VT_UNKNOWN - Static variable in class org.isis.jaut.Variant
An IUnknown interface pointer variant type.
VT_VARIANT - Static variable in class org.isis.jaut.Variant
A variant type for referring to another Variant object.
Variant - class org.isis.jaut.Variant.
The Variant class is a peer object to an uderlying VARIANT Automation structure.
Variant() - Constructor for class org.isis.jaut.Variant
Creates a Variant with no underlying VARIANT.
Variant(boolean) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_BOOL.
Variant(byte) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_UI1.
Variant(short) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_I2.
Variant(int) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_I4.
Variant(float) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_R4.
Variant(double) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_R8.
Variant(String) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_BSTR.
Variant(Date) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_DATE.
Variant(Dispatch) - Constructor for class org.isis.jaut.Variant
Creates a Variant of type Variant.VT_DISPATCH.
Variant(Variant) - Constructor for class org.isis.jaut.Variant
Creates a Variant of a reference type.
Variant(Object) - Constructor for class org.isis.jaut.Variant
Creates a Variant of from an Object.

A B C D E F G H I J K L M N O P Q R S T U V X Y