[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Register a daemon mapper class
Source position: daemonapp.pp line 391
procedure RegisterDaemonMapper( |
AMapperClass: TCustomDaemonMapperClass |
); |
AMapperClass |
|
New TCustomDaemonMapperClass class |
RegisterDaemonMapper can be used to register an alternative class for the global daemonmapper. The daemonmapper will be used only when the application is being run, by the TCustomDaemonApplication code, so registering an alternative mapping class should happen in the initialization section of the application units.
|
Custom daemon application class |
|
|
Class of TCustomDaemonMapper |