PlatformAPI.IOTARemoteProfileServices160.GetProfile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProfile(const PlatformName: string; Index: Integer): IOTARemoteProfile; overload;
function GetProfile(const ProfileName: string): IOTARemoteProfile; overload;

C++

virtual _di_IOTARemoteProfile __fastcall GetProfile(const System::UnicodeString PlatformName, int Index) = 0 /* overload */;
virtual _di_IOTARemoteProfile __fastcall GetProfile(const System::UnicodeString ProfileName) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
function public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTARemoteProfileServices160

Description

Embarcadero Technologies does not currently have any additional information.