PlatformAPI.IOTAPlatformSDKServices190.AddPlatformSDK

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddPlatformSDK(const PlatformName: string; const IsDefault: Boolean): IOTAPlatformSDK; overload;
function AddPlatformSDK(const PlatformSDK: IOTAPlatformSDK): IOTAPlatformSDK; overload;

C++

HIDESBASE virtual _di_IOTAPlatformSDK __fastcall AddPlatformSDK(const System::UnicodeString PlatformName, const bool IsDefault) = 0 /* overload */;
HIDESBASE virtual _di_IOTAPlatformSDK __fastcall AddPlatformSDK(const _di_IOTAPlatformSDK PlatformSDK) = 0 /* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.