TMGDllService
Provides a simple interface to set properties needed to define a dll.
Properties
property Author : string Enter the Author of the Dll.
property Comment : string Enter a Comment about the Dll
property Caption : string Enter a very short description of the Dll
property Version : string Enter Versioninformation about the Dll
property ID : string Enter a unique Id for this Dll. Very Important. Never forget to assign a value!!!
property Typ : string Property to define diferent Groups of Dlls like "Printer-Driver"...
property Icon : TIcon An icon that represents the Dll.
Events
property OnBeforeRegister : TNotifyEvent Called before the Dll is registered
property OnAfterRegister : TNotifyEvent Called after the Dll is registered
property OnCreate : TNotifyEvent Called when the Dll is loaded.
property OnDestroy : TNotifyEvent Called when the Dll i unloaded.