ToolsAPI.Editor.INTACodeEditorEvents.AllowedEvents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AllowedEvents: TCodeEditorEvents;

Properties

Type Visibility Source Unit Parent
function public ToolsAPI.Editor.pas 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.

See Also