Datasnap.DataBkr.UnregisterPooled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterPooled(const ClassID: string);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DataBkr.pas
Datasnap.DataBkr.hpp
Datasnap.DataBkr Datasnap.DataBkr

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