PlatformAPI.IOTAPlatformSDKNotifier.PlatformSDKAdded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PlatformSDKAdded(const PlatformSDK: IOTAPlatformSDK);

C++

virtual void __fastcall PlatformSDKAdded(const _di_IOTAPlatformSDK PlatformSDK) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAPlatformSDKNotifier

Description

The IDE calls PlatformSDKAdded after a new SDK is added to the IDE.

See Also