PlatformAPI.IOTAPlatformSDKNotifier.PlatformSDKRemoved
Delphi
procedure PlatformSDKRemoved(const PlatformSDK: IOTAPlatformSDK);
C++
virtual void __fastcall PlatformSDKRemoved(const _di_IOTAPlatformSDK PlatformSDK) = 0 ;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTAPlatformSDKNotifier |
Beschreibung
Die IDE ruft PlatformSDKRemoved auf, bevor ein SDK entfernt wird. Mit dieser Methode können Sie alles bereinigen, was mit dem entfernten SDK zusammenhängt.