PlatformAPI.TOTAMobileDeviceChangeAction
Delphi
TOTAMobileDeviceChangeAction = (mdcaModified, mdcaDeleted, mdcaAdded, mdcaBatchUpdate);
C++
enum DECLSPEC_DENUM TOTAMobileDeviceChangeAction : unsigned char { mdcaModified, mdcaDeleted, mdcaAdded, mdcaBatchUpdate };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Description
TOTAMobileDeviceChangeAction defines a type of change in the IDE design-time devices. The following changes are supported:
mdcaAdded
: A design-time device has been added to the IDE.mdcaModified
: The properties of a design-time device have been modified.mdcaDeleted
: A design-time device has been removed from the IDE.mdcaBatchUpdate
: There has been a batch update of design-time device data, which may involve changes (addition, modification, or deletion) in more than one device. See PlatformAPI.IOTADesignerDeviceServices190.BeginDesignerDeviceListUpdate.