|
Name |
Description |
|
Variant
|
Default constructor for the Variant class. Constructs a variant
of undefined type without a value. |
|
Variant(Boolean)
|
Constructor for the Variant class. Constructs a variant with
the specified value of the bool
type. |
|
Variant(Color)
|
Constructor for the Variant class. Constructs a variant with
the specified color value. |
|
Variant(Double)
|
Constructor for the Variant class. Constructs a variant with
the specified value of the double
type. |
|
Variant(Int32)
|
Constructor for the Variant class. Constructs a variant with
the specified value of the long integer
type. |
|
Variant(String)
|
Constructor for the Variant class. Constructs a variant with
the specified string value. |