vcl-dxscrollbarannotations-cf14f0ab.md
A collection of annotated row lists.
TdxScrollbarAnnotationRowIndexLists = class(
TObjectDictionary<TdxScrollbarAnnotationKind,
TdxScrollbarAnnotationRowIndexList>
)
This class has the following members that allow you to:
Obtain the number of stored key-value pairs (Count).
Clear the dictionary (Clear).
Access dictionary keys (Keys).
Check if the dictionary stores a specific key or value (ContainsKey and ContainsValue).
Access stored row index lists by the corresponding key values (Items).
Add or remove key-value pairs (Add, AddOrSetValue, and Remove).
Access stored index lists by their indexes in the dictionary (Values).
A TdxScrollbarAnnotationRowIndexLists object is accessible within a TcxGridGetScrollbarAnnotationHint or TdxGetScrollbarAnnotationHint event handler via the AAnnotationRowIndexLists parameter.
TObject TEnumerable<T> TDictionary<K,V> TObjectDictionary<K,V> TdxScrollbarAnnotationRowIndexLists
See Also