<-- Previous || Up || Next -->

HT Property
Sparse Array Class

Public Property Get HT( _
    ) As HashTable

Return an Object Reference to the HashTable responsible for storing the sparse array elements.

Example:
    Assuming
       Dim saTemp As New SparseArray
       saTemp.Vector(19234) = "FunctionName"
       saTemp.Vector(25948) = "PropertyName"
    for example
       saTemp.HT.Count = 2
v1.3 Change: This Public Variable has been changed to a Public Property Function so that its value can no longer be accidentally changed by an assignment operator.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.