Object
VariantArray
VariantArray | The default constructor for the VariantArray class. |
VariantArray | Use this constructor to construct a instance of the array and have influence on the grow rate of the array. |
Add | Use this method to add a variant to the array. |
Append | Use this method to append a variant to the array. |
Count | Use this function to get the element count from the array. |
Insert | Use this method to insert a Variant to the array. |
Item | Use this setter/getter function to read or write to a item in the array. |
Remove | Use this method to remove a single variant from the array. |
Remove | Use this method to remove variants from the array. |
Resize | Use this method to resize the array. |
Sort | Use this method to sort the array. |
Swap | Use this method to swap two Variants in the array. |