Skip to main content

TCustomdxPSExplorer.UnregisterNotifier(TdxPSExplorerChangeNotifier) Method

Removes the specified notifier from the registered notifiers list.

Declaration

procedure UnregisterNotifier(ANotifier: TdxPSExplorerChangeNotifier);

Parameters

Name Type
ANotifier TdxPSExplorerChangeNotifier

Remarks

Use the UnregisterNotifier method when you need to disable a specific notifier object. Refer to the RegisterNotifier method description for more information on notifiers used by report explorer components.

See Also