PlatformAPI.IOTADesignerDeviceServices190.AddDesignerDevice
Delphi
procedure AddDesignerDevice(const ADevice: IOTADesignerDevice);
C++
virtual void __fastcall AddDesignerDevice(const _di_IOTADesignerDevice ADevice) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTADesignerDeviceServices190 |
Description
Use AddDesignerDevice to add a design-time device that you previously created to the IDE.
- Note: Calling this procedure automatically switches the "batch modification" mode on. You must call EndDesignerDeviceListUpdate to actually apply your changes, or call CancelDesignerDeviceListUpdate to cancel your changes. See BeginDesignerDeviceListUpdate for more information.