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