Variant Related Functions Class Help
This class contains functions that perform the following actions:
- Help you pass values as variants
- Assign values to variants
- Query the type of value contained in a variant
- Get values from variants
A variant is a parameter or variable declared with the VARIANT data type. The VARIANT data type is defined by Microsoft and is a union of different data types. It is used to declare parameters to functions than can operate on different data types.
Library: ActiveX Library