PlatformAPI.IOTADesignerDevice190.SetDevicePlatform

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetDevicePlatform(const Value: TOTADevicePlatform); deprecated 'use IOTADesignerDevice.SetOsFamily instead';

C++

virtual void __fastcall SetDevicePlatform _DEPRECATED_ATTRIBUTE1("use IOTADesignerDevice.SetOsFamily instead") (const TOTADevicePlatform Value) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTADesignerDevice190

Description

Avertissement : SetDevicePlatform est obsolète. Veuillez utiliser IOTADesignerDevice220.SetOSFamily.

Utilisez SetDevicePlatform pour définir la plate-forme sur laquelle est exécuté un périphérique d'aide à la conception.

Vous ne pouvez pas définir plus d'une plate-forme pour un même périphérique d'aide à la conception. A la place, vous devez créer deux périphériques d'aide à la conception distincts, chacun étant conçu pour la plate-forme sur laquelle il est exécuté.

Voir aussi