TdxScrollbarAnnotationRowIndexList Class
Stores a list of annotated row indexes.
Declaration
TdxScrollbarAnnotationRowIndexList = class(
TList<Integer>
)
Remarks
This class has the following members that allow you to:
Identify the number of row indexes in the collection (Count).
Access annotated row indexes (Items).
Add a row index to the list (Add).
Delete stored row indexes (Clear, Delete, DeleteRange, and Remove).
The TdxScrollbarAnnotationRowIndexLists.Items property references a TdxScrollbarAnnotationRowIndexList object.
Inheritance
TObject
TEnumerable<T>
TList<T>
TdxScrollbarAnnotationRowIndexList
See Also