ToolsAPI.AI.IOTAAIPlugin.AddNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddNotifier(const ANotifier: IOTAAIServicesNotifier): Integer;

C++

virtual int __fastcall AddNotifier(const _di_IOTAAIServicesNotifier ANotifier) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
ToolsAPI.AI.pas
ToolsAPI.AI.hpp
ToolsAPI.AI IOTAAIPlugin

Description

Adds a callback notifier. AddNotifier returns the index of the notifier in the list of notifiers.

Retain this value to use when calling RemoveNotifier.


See Also