PlatformAPI.IOTADesignerDevice190 Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AssignpublicAssign updates the information of a design-time device using the information of another design-time device.
GenerateThumbnailpublicGenerateThumbnail uses the artwork of a design-time device to generate a thumbnail for that design-time device.
GetActivepublicGetActive returns True if the design-time device is the default design-time device; it returns False otherwise.
GetDeviceLayoutpublicGetDeviceLayout returns the layout of a design-time device for the specified orientation.
GetDevicePlatform (deprecated)publicGetDevicePlatform returns the platform that a design-time device runs on.
GetDisplayNamepublicGetDisplayName returns the display name of a design-time device.
GetFormFactorpublicGetFormFactor returns the form factor of a design-time device.
GetHidepublicGetHide returns True if the view associated with the device is not listed on the View Selector; it returns False otherwise.
GetInternalNamepublicGetInternalName returns the ID of a design-time device.
GetListOrder (deprecated)publicGetListOrder returns the position of a design-time device in the list of all design-time devices.
GetThumbnail (deprecated)publicGetThumbnail returns the path of the thumbnail that represents a design-time device.
GetUserDatapublicGetUserData returns True if the design-time device can be edited by a user; it returns False otherwise.
LoadThumbnail (deprecated)public
SetActivepublicUse SetActive to make a design-time device the default design-time device (True) or make it stop being the default design-time device (False).
SetDeviceLayoutpublicUse SetDeviceLayout to define the layout of a design-time device for the specified orientation.
SetDevicePlatform (deprecated)publicUse SetDevicePlatform to define the platform that a design-time device runs on.
SetDisplayNamepublicUse SetDisplayName to define the display name of a device.
SetFormFactorpublicUse SetFormFactor to define the form factor of a design-time device.
SetHidepublicUse SetHide to define whether a device is listed on the View Selector (True) or not (False).
SetListOrder (deprecated)publicUse SetListOrder to define the position of a design-time device in the list of all design-time devices.
SetThumbnail (deprecated)publicUse SetThumbnail to define the path of the thumbnail that represents a design-time device.
SetUserDatapublicUse SetUserData to define whether a design-time device can be edited by a user (True) or not (False).
UpdateThumbnailpublicUpdateThumbnail saves the specified bitmap into the path of the thumbnail of a design-time device.