ToolsAPI.Editor.INTACodeEditorScrollbarAnnotation.DrawMark
Delphi
procedure DrawMark(const AEditor: TWinControl; LineNum: Integer; ACanvas: TCanvas; ARect: TRect);
C++
virtual void __fastcall DrawMark(Vcl::Controls::TWinControl* const AEditor, int LineNum, Vcl::Graphics::TCanvas* ACanvas, const System::Types::TRect &ARect) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | ToolsAPI.Editor.pas ToolsAPI.Editor.hpp |
ToolsAPI.Editor | INTACodeEditorScrollbarAnnotation |
Description
Draws the annotation marker on the specified line in the editor.
Note: To use INTACodeEditorScrollbarAnnotation.DrawMark, the INTACodeEditorScrollbarAnnotation.GetCustomDraw function should return
True
.