Datasnap.DataBkr.UnregisterPooled

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DataBkr.pas
Datasnap.DataBkr.hpp
Unit: Datasnap.DataBkr
Parent: Datasnap.DataBkr

Delphi

procedure UnregisterPooled(const ClassID: string);

C++

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

Description

Removes the object pooling registry entries for a remote data module.

When remote data module instances are pooled in a Delphi application, call UnregisterPooled from the UpdateRegistry method of a remote data module class. This unregisters the object pooling at the same time the remote data module is unregistered as an automation server.

ClassID is the class ID of the remote data module. This value is passed as a parameter to the UpdateRegistry method, which calls UnregisterPooled.

See Also