ToolsAPI.Editor.INTACodeEditorEvents.BeginPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginPaint(const Editor: TWinControl; const ForceFullRepaint: Boolean);

Properties

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

Description

BeginPaint is called right before the code editor is repainted.

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

See Also