[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 263
public function TDaemonDefs.FindDaemonDef( |
const DaemonName: string |
):TDaemonDef; |
DaemonName |
|
Daemon name to search for. |
Matching TDaemonDef instance or Nil if none was found.
FindDaemonDef searches the list of daemon definitions and returns the TDaemonDef instance whose name matches DaemonName. If no definition is found, Nil is returned.
|
Return index of daemon definition |
|
|
Find and return instance of daemon definition with given name. |