API:Datasnap.Win.SConnect.TPacketInterceptFactory.UpdateRegistry

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: public
Source: Datasnap.Win.SConnect.pas
Unit: Datasnap.Win.SConnect
Parent: TPacketInterceptFactory

Delphi

procedure UpdateRegistry(Register: Boolean); override;

Description

Registers COM objects created by the factory.

Datasnap.Win.SConnect.TPacketInterceptFactory.UpdateRegistry inherits from System.Win.ComObj.TComObjectFactory.UpdateRegistry. All content below this line refers to System.Win.ComObj.TComObjectFactory.UpdateRegistry.

Registers COM objects created by the factory.

UpdateRegistry is called for EXEs when the EXE is run, and for DLLs or EXEs when the routines are called to specifically register or unregister the server.

See Also