PlatformAPI.IOTAExternalDevice.Platform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Platform: string read GetPlatform write SetPlatform;

C++

__property System::UnicodeString Platform = {read=GetPlatform, write=SetPlatform};

Properties

Type Visibility Source Unit Parent
property public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDevice

Description

Platform is the internal name of the platform that an external device runs on.

See Also