PlatformAPI.IOTAPlatformSDKNotifier.PlatformSDKRemoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PlatformSDKRemoved(const PlatformSDK: IOTAPlatformSDK);

C++

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

Properties

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

Description

The IDE calls PlatformSDKRemoved before an SDK is removed. Use this method to clean anything related to the removed SDK on your side.

See Also