ToolsAPI.Editor.INTACodeEditorServices280.AddEditorEventsNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddEditorEventsNotifier(const ANotifier: INTACodeEditorEvents): Integer;

Properties

Type Visibility Source Unit Parent
function public ToolsAPI.Editor.pas ToolsAPI.Editor INTACodeEditorServices280

Description

AddEditorEventsNotifier registers an INTACodeEditorEvents.

The result is the index to be used when calling RemoveNotifier. If the result is zero an error occurred.

See Also