Removes the object pooling registry entries for a remote data module.
procedure UnregisterPooled(const ClassID: string);
UnregisterPooled(const AnsiString ClassID);
DataBkr
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 that calls UnregisterPooled.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|