Returns the minimum view class this mediator can handle
Source position: fpobserver.pp line 123
public class function TBaseMediator.ViewClass: TClass; virtual; |
Minimum view class type
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.