Datasnap.DataBkr.UnregisterPooled

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

Delphi

procedure UnregisterPooled(const ClassID: string);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterPooled(const System::UnicodeString ClassID);

プロパティ

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

説明

リモートデータモジュールの,オブジェクトをプールするレジストリエントリを削除します。

Delphi アプリケーション中でリモートデータモジュールのインスタンスがプールされている場合,リモートデータモジュールクラスの UpdateRegistry メソッドから UnregisterPooled を呼び出します。これにより,リモートデータモジュールがオートメーションサーバーとして登録解除されるのと同時にオブジェクトプールが登録解除されます。

ClassID はリモートデータモジュールのクラス ID です。この値は UnregisterPooled を呼び出す UpdateRegistry メソッドにパラメータとして渡されます。

関連項目