About the author
In order for network shares to be mapped into drives and accessible within Windows services, you need to login as the NT AUTHORITY\SYSTEM account.
To do this, download the Sysinternals Suite from Microsoft, and unzip it to a directory, say C:\TEMP
The following steps assume that you've unzipped SysInternals to C:\TEMP and all the executables are there.
If you need to remove it,
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.
This article discusses the new Delphi 8 property access specifiers.
A method pointer is now the same as a global procedure, ie, procedure of object = procedure.