Class reference type for TBaseMediator descendants
Source position: fpobserver.pp line 138
type TMediatorClass = class of TBaseMediator; |
The TMediatorClass type is a class reference that points to TBaseMediator or its descendants. It is used in mediator registration and management to specify mediator classes without creating instances.
|
Base class for mediating data between model and view objects |