PlatformAPI.IOTADesignerDeviceServices190.AddDesignerDeviceNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddDesignerDeviceNotifier(const ANotifier: IOTANotifier): Integer;

Properties

Type Visibility Source Unit Parent
function public PlatformAPI.pas PlatformAPI IOTADesignerDeviceServices190

Description

Use AddDesignerDeviceNotifier to register a notifier (IOTANotifier). This function returns an index that you can use to remove your notifier. If the returned value is lower than 0, adding the notifier failed.

See Also