[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Dependencies collection for a daemon.
Source position: daemonapp.pp line 177
type TDependencies = class(TCollection) |
||
public |
||
constructor Create(); |
|
Create a new instance of a TDependencies collection. |
property Items []: TDependency; default; [rw] |
|
Default property override. |
end; |
|
Dependencies collection for a daemon. |
|
| | ||
| | ||
| | ||
TObject,IFPObserved |
TDependencies is just a descendent of TCollection which contains a series of dependencies on other services. It overrides the default property of TCollection to return TDependency instances.
|
Container to define dependencies on other services. |