Prevents data transfer from view to subject when True
Source position: fpobserver.pp line 139
published property TBaseMediator.ReadOnly : Boolean |
The ReadOnly property controls the direction of data transfer. When True, data flows only from subject to view, preventing user input from modifying the subject object.
This is useful for display-only scenarios where the view should reflect the subject's state but not allow modifications.
|
Enables or disables automatic data synchronization |