Object
VariantArray
![]() | The default constructor for the VariantArray class. |
![]() | Use this constructor to construct a instance of the array and have influence on the grow rate of the array. |
![]() | Use this method to add a variant to the array. |
![]() | Use this method to append a variant to the array. |
![]() | Appends the passed in ObjectArray to the current ObjectArray. |
![]() | Use this function to get the element count from the array. |
![]() | Returns a index of a element in the array. |
![]() | Use this method to insert a Variant to the array. |
![]() | Use this setter/getter function to read or write to a item in the array. |
![]() | Maps the variant array to a new array doing translation for each element of the array in a delegate method that is passed in. |
![]() | Implements the Redim operator. |
![]() | Implements operator to read from the array with the ( ) indexer operator. |
![]() | Implements operator to write to the array with the ( ) indexer operator. |
![]() | Use this method to remove a single variant from the array. |
![]() | Use this method to remove variants from the array. |
![]() | Use this method to resize the array. |
![]() | Use this method to sort the array. |
![]() | Use this method to swap two Variants in the array. |
![]() | Calls the given delegate routine for each element in the array. |
![]() | A delegate for the Map method on this class. |
![]() | A delegate for the Walk method on this class. |