PlatformAPI.IOTAPlatformSDKNotifier.PlatformSDKRemoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PlatformSDKRemoved(const PlatformSDK: IOTAPlatformSDK);

Properties

Type Visibility Source Unit Parent
procedure public PlatformAPI.pas 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