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

TBaseMediator.OnObjectToView

Event triggered when copying data from subject to view

Declaration

Source position: fpobserver.pp line 143

published property TBaseMediator.OnObjectToView : TMediatingEvent
  read FOnObjectToView
  write FOnObjectToView;

Description

The OnObjectToView event is triggered before the default subject-to-view data transfer. Setting the Handled parameter to True prevents the default transfer, allowing custom data presentation.

This event is useful for implementing custom formatting, data transformation, or special display logic when updating the view.

See also

OnViewToObject

  

Event triggered when copying data from view to subject

Subject

  

Model object implementing IFPObserved interface

ViewPropertyName


Documentation generated on: Dec 15 2025