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

TBaseMediator.ViewClass

Returns the minimum view class this mediator can handle

Declaration

Source position: fpobserver.pp line 123

public class function TBaseMediator.ViewClass: TClass; virtual;

Function result

Minimum view class type

Description

The ViewClass class method returns the base class that view objects must inherit from to be compatible with this mediator. Descendant mediators override this to specify more specific view class requirements.

The default implementation returns TObject, indicating that any object can serve as a view.


Documentation generated on: Dec 15 2025