PlatformAPI.IOTADesignerDevice190.GetDevicePlatform

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetDevicePlatform: TOTADevicePlatform; deprecated 'use IOTADesignerDevice.GetOSFamily instead';

C++

virtual TOTADevicePlatform __fastcall GetDevicePlatform _DEPRECATED_ATTRIBUTE1("use IOTADesignerDevice.GetOSFamily instead") () = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTADesignerDevice190

Beschreibung

Warnung: GetDevicePlatform ist veraltet. Bitte verwenden Sie IOTADesignerDevice220.GetOSFamily.

GetDevicePlatform gibt die Plattform zurück, auf der ein Entwurfsgerät ausgeführt wird.

Siehe auch