ToolsAPI.Editor.INTACodeEditorScrollbarAnnotation.GetScrollbarAnnotations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetScrollbarAnnotations(const AEditor: TWinControl);

C++

virtual void __fastcall GetScrollbarAnnotations(Vcl::Controls::TWinControl* const AEditor) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorScrollbarAnnotation

Description

Updates the cache of the scrollbar annotations.

Note: GetScrollbarAnnotations should be used in conjunction with AddScrollbarAnnotationEntry.

See Also