ToolsAPI.Editor.INTACodeEditorEvents.BeginPaint
Delphi
procedure BeginPaint(const Editor: TWinControl; const ForceFullRepaint: Boolean);
C++
virtual void __fastcall BeginPaint(Vcl::Controls::TWinControl* const Editor, const bool ForceFullRepaint) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | ToolsAPI.Editor.pas ToolsAPI.Editor.hpp |
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.