ToolsAPI.Editor.INTACodeEditorEvents.EndPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndPaint(const Editor: TWinControl);

Properties

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

Description

Fires an event right after the Code Editor is repainted.

To get notifications from the EndPaint method you should add cevBeginEndPaintEvents in the AllowedEvents result.

See Also