ToolsAPI.Editor.INTACodeEditorEvents.PaintLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintLine(const Rect: TRect; const Stage: TPaintLineStage;
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 line stage specified in the AllowedLineStages method.

To get notifications from the PaintLine method you should add cevPaintLineEvents in the AllowedEvents result.

See Also