TdxCustomScrollbarAnnotations Class
A collection of custom scrollbar annotations.
Declaration
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).
The following API members reference a TdxCustomScrollbarAnnotations object:
A grid View‘s ScrollbarAnnotations.CustomAnnotations property.
A container control‘s ScrollbarAnnotations.CustomAnnotations property.
Inheritance
TObject
TPersistent
TCollection
TdxCustomScrollbarAnnotations
See Also