PlatformAPI.IOTAPlatformSDKNotifier.PlatformSDKChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PlatformSDKChanged(const PlatformSDK: IOTAPlatformSDK);

C++

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

Properties

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

Description

The IDE calls PlatformSDKChanged after any property of an SDK changes.

Note: The name of an SDK cannot change.

See Also