Table of Contents

TIDEEngine.RemoveNotifier Method

Call RemoveNotifier to remove the TIDEEngineNotifier object specified by ANotifier which was previously registered with AddNotifier. The object will no longer receive notifications from the engine.

Syntax

Unit: IDEMain

procedure TIDEEngine.RemoveNotifier(ANotifier: TIDEEngineNotifier);

Parameters

<-> Parameter Type Description
ANotifier TIDEEngineNotifier

See also