ToolsAPI.Editor.INTACodeEditorEvents.PaintGutter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintGutter(const Rect: TRect; const Stage: TPaintGutterStage;
const BeforeEvent: Boolean; var AllowDefaultPainting: Boolean;
const Context: INTACodeEditorPaintContext);

Properties

Type Visibility Source Unit Parent
procedure public ToolsAPI.Editor.pas ToolsAPI.Editor INTACodeEditorEvents

Description

Fires one event for each gutter stage specified in the AllowedGutterStages method.

To get notifications from the PaintGutter method you should add cevPaintGutterEvents in the AllowedEvents result.

See Also