PlatformAPI.IOTADesignerDeviceServices190.AddDesignerDeviceNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddDesignerDeviceNotifier(const ANotifier: IOTANotifier): Integer;

C++

virtual int __fastcall AddDesignerDeviceNotifier(const Toolsapi::_di_IOTANotifier ANotifier) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
PlatformAPI.pas
PlatformAPI.hpp
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