PlatformAPI.IOTADesignerDeviceServices 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).
AddRefpublicIncrements the reference count for this interface.
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.
GetLastOSFamilyVersionpublic
GetLastOSVersionpublicGetLastOSVersion returns the version of the specified platform that was used in the Form Designer the last time.
GetOSByFamilypublic
GetOSByPlatformpublicGetOSByPlatform returns an array of platform versions registered for the specified platform.
operator []public
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
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.
SetLastOSFamilyVersionpublic
SetLastOSVersionpublicUse SetLastOSVersion to define the version of the specified platform to be used in the Form Designer the next time.
SupportspublicIndicates whether a given interface supports a specific (another) interface.
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.
ValidateOSFamilyVersionpublic
ValidateOSVersionpublicValidateOSVersion returns True if the specified platform supports the specified platform version in the IDE; it returns False otherwise.