TdxScrollbarAnnotationRowIndexLists Members
A collection of annotated row lists.Constructors
| Name | Description |
|---|---|
| Create | Inherited from TDictionary<K,V>. |
| Create(IEqualityComparer<K>) | Inherited from TDictionary<K,V>. |
| Create(Integer,IEqualityComparer<K>) | Inherited from TDictionary<K,V>. |
| Create(Integer) | Inherited from TDictionary<K,V>. |
| Create(TDictionaryOwnerships,IEqualityComparer<K>) | Inherited from TObjectDictionary<K,V>. |
| Create(TDictionaryOwnerships,Integer,IEqualityComparer<K>) | Inherited from TObjectDictionary<K,V>. |
| Create(TDictionaryOwnerships,Integer) | Inherited from TObjectDictionary<K,V>. |
| Create(TEnumerable<TPair>,IEqualityComparer<K>) | Inherited from TDictionary<K,V>. |
| Create(TEnumerable<TPair>) | Inherited from TDictionary<K,V>. |
| Create(TPair<K,V>[],IEqualityComparer<K>) | Inherited from TDictionary<K,V>. |
| Create(TPair<K,V>[]) | Inherited from TDictionary<K,V>. |
Properties
| Name | Description |
|---|---|
| Capacity | Inherited from TDictionary<K,V>. |
| Collisions | Inherited from TDictionary<K,V>. |
| Comparer | Inherited from TDictionary<K,V>. |
| Count | Inherited from TDictionary<K,V>. |
| GrowThreshold | Inherited from TDictionary<K,V>. |
| Items | Inherited from TDictionary<K,V>. |
| Keys | Inherited from TDictionary<K,V>. |
| Values | Inherited from TDictionary<K,V>. |
Methods
| Name | Description |
|---|---|
| Add(K,V) | Inherited from TDictionary<K,V>. |
| AddOrSetValue(K,V) | Inherited from TDictionary<K,V>. |
| Clear | Inherited from TDictionary<K,V>. |
| ContainsKey(K) | Inherited from TDictionary<K,V>. |
| ContainsValue(V) | Inherited from TDictionary<K,V>. |
| Equals(TObject) | Inherited from TObject. |
| ExtractPair(K) | Inherited from TDictionary<K,V>. |
| GetHashCode | Inherited from TObject. |
| Remove(K) | Inherited from TDictionary<K,V>. |
| ToArray | Inherited from TEnumerable<T>. |
| ToString | Inherited from TObject. |
| TrimExcess | Inherited from TDictionary<K,V>. |
| TryAdd(K,V) | Inherited from TDictionary<K,V>. |
| TryGetValue(K,V) | Inherited from TDictionary<K,V>. |
Events
| Name | Description |
|---|---|
| OnKeyNotify | Inherited from TDictionary<K,V>. |
| OnValueNotify | Inherited from TDictionary<K,V>. |
See Also