Unit 'fpobserver' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TMediatorDefs

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Collection of mediator definitions for the manager

Declaration

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;

Inheritance

TMediatorDefs

  

Collection of mediator definitions for the manager

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

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.

See also

TMediatorManager

  

Central manager for registering and finding mediator definitions


Documentation generated on: Dec 15 2025