PlatformAPI.IOTADesignerDeviceServices190 Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddDesignerDevicepublicUse AddDesignerDevice to add a design-time device that you previously created to the IDE.
AddDesignerDeviceNotifierpublicUse AddDesignerDeviceNotifier to register a notifier (IOTANotifier).
BeginDesignerDeviceListUpdatepublicUse BeginDesignerDeviceListUpdate to switch the "batch modification" mode on.
CancelDesignerDeviceListUpdatepublicUse CancelDesignerDeviceListUpdate to switch the "batch modification" mode off and discard any change.
ClearDesignerDeviceListpublicUse ClearDesignerDeviceList to clear the list of design-time devices.
CreateDesignerDevicepublicUse CreateDesignerDevice to create a design-time device with the specified design-time device ID.
DesignerDeviceExistspublicDesignerDeviceExists returns True if a design-time device with the specified ID exists; it returns False otherwise.
DesignerDeviceNameListpublicDesignerDeviceNameList returns an array with the IDs of existing design-time devices.
EndDesignerDeviceListUpdatepublicUse EndDesignerDeviceListUpdate to switch the "batch modification" mode off and save any changes to disk.
GetDesignerDefaultDevicepublicGetDesignerDefaultDevice returns the default design-time device.
GetDesignerDevicepublicGetDesignerDevice returns the design-time device with the specified design-time device ID.
GetLastOSVersion (deprecated)publicGetLastOSVersion returns the version of the specified platform that was used in the Form Designer the last time.
GetOSByPlatform (deprecated)publicGetOSByPlatform returns an array of platform versions registered for the specified platform.
RemoveDesignerDevicepublicRemoveDesignerDevice removes the design-time device with the specified ID from the IDE.
RemoveDesignerDeviceNotifierpublicRemoveDesignerDeviceNotifier removes the notifier (IOTANotifier) with the specified index.
SetDesignerDefaultDevicepublicUse SetDesignerDefaultDevice to make the design-time device with the specified ID the default design-time device.
SetLastOSVersion (deprecated)publicUse SetLastOSVersion to define the version of the specified platform to be used in the Form Designer the next time.
UpdateDesignerDevicepublicUpdateDesignerDevice updates the design-time device in the IDE that matches the ID of the specified design-time device with the data of the specified design-time device.
ValidateOSVersion (deprecated)publicValidateOSVersion returns True if the specified platform supports the specified platform version in the IDE; it returns False otherwise.