| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] | 
Return index of daemon definition
Source position: daemonapp.pp line 262
| public function TDaemonDefs.IndexOfDaemonDef( | 
| const DaemonName: string | 
| ):Integer; | 
| DaemonName | 
 | Daemon Name to search for. | 
Index of found definition, or -1
IndexOfDaemonDef searches the collection for a TDaemonDef instance with a name equal to DaemonName, and returns it's index. It returns -1 if no definition was found with this name. The search is case insensitive.
| 
 | Find and return instance of daemon definition with given name. | |
| 
 | Find and return instance of daemon definition with given name. |