[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Find and return instance of daemon definition with given name.
Source position: daemonapp.pp line 264
public function TDaemonDefs.DaemonDefByName( |
const DaemonName: string |
):TDaemonDef; |
DaemonName |
|
Daemon name to search for. |
Matching TDaemonDef instance
FindDaemonDef searches the list of daemon definitions and returns the TDaemonDef instance whose name matches DaemonName. If no definition is found, an EDaemon exception is raised.
The FindDaemonDef call does not raise an error, but returns Nil instead.
If no definition is found, an EDaemon exception is raised.
|
Return index of daemon definition |
|
|
Find and return instance of daemon definition with given name. |