ToolsAPI.Editor.INTACodeEditorServices280.AddEditorEventsNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddEditorEventsNotifier(const ANotifier: INTACodeEditorEvents): Integer;

C++

virtual int __fastcall AddEditorEventsNotifier(const _di_INTACodeEditorEvents ANotifier) = 0 ;

Properties

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