View component for data display and editing
Source position: fpobserver.pp line 129
public property TBaseMediator.View : TObject |
The View property provides access to the view component that displays and allows editing of the subject's data. The base class returns nil; descendant classes override GetView to return their specific view component.
The view must have a published property matching ViewPropertyName for data binding to work correctly.
|
Model object implementing IFPObserved interface |
|
|
Returns the minimum view class this mediator can handle |
|
ViewPropertyName |