ToolsAPI.Editor.INTACodeEditorEvents.AllowedEvents
Delphi
function AllowedEvents: TCodeEditorEvents;
C++
virtual TCodeEditorEvents __fastcall AllowedEvents() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | ToolsAPI.Editor.pas ToolsAPI.Editor.hpp |
ToolsAPI.Editor | INTACodeEditorEvents |
Description
Enables notifications when the user performs different actions on the Code Editor.
The default behavior is having these notifications disabled. Override AllowedEvents to enable them.