[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of mediator definitions for the manager
Source position: fpobserver.pp line 357
type TMediatorDefs = class(TCollection) |
||
public |
||
function AddDef; |
|
Adds a new mediator definition to the collection |
property Defs []: TMediatorDef; default; [rw] |
|
Indexed access to individual mediator definitions |
end; |
|
Collection of mediator definitions for the manager |
|
| | | ||
| | | ||
| | | ||
The TMediatorDefs class is a collection that holds mediator definitions for the mediator manager. It provides methods for adding new definitions and accessing existing ones by index.
The collection is used internally by the mediator manager to store and organize all registered mediator definitions, so normally you should not use this class directly.
|
Central manager for registering and finding mediator definitions |