PlatformAPI.IOTAPlatformSDKNotifier.PlatformSDKRemoved

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure PlatformSDKRemoved(const PlatformSDK: IOTAPlatformSDK);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAPlatformSDKNotifier


説明

IDE は、SDK が削除される前に PlatformSDKRemoved を呼び出します。 このメソッドを使用すると、開発者側で削除された SDK に関連するあらゆるものをクリーンします。

関連項目