Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomScrollbarAnnotations Class

#Declaration

Delphi
TdxCustomScrollbarAnnotations = class(
    TCollection
)

#Remarks

This class has the following members that allow you to:

  • Add custom scrollbar annotations (Add).

  • Obtain the number of existing custom annotations and access any of them (Count and Items).

  • Copy annotations between collections (Assign).

  • Delete annotations (Delete and Clear).

The following API members reference a TdxCustomScrollbarAnnotations object:

#Inheritance

TObject
TPersistent
TCollection
TdxCustomScrollbarAnnotations
See Also