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);

C++

virtual void __fastcall PaintLine(const System::Types::TRect &Rect, const TPaintLineStage Stage, const bool BeforeEvent, bool &AllowDefaultPainting, const _di_INTACodeEditorPaintContext Context) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
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