Table of Contents

TIDEEngine.AddNotifier Method

Call AddNotifier to add a TIDEEngineNotifier object which will receive notifications by the engine about changes in the IDE. See TIDEEngineNotifier for more information.

Syntax

Unit: IDEMain

procedure TIDEEngine.AddNotifier(ANotifier: TIDEEngineNotifier);

Parameters

<-> Parameter Type Description
ANotifier TIDEEngineNotifier

See also