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

TBaseMediator.ReadOnly

Prevents data transfer from view to subject when True

Declaration

Source position: fpobserver.pp line 139

published property TBaseMediator.ReadOnly : Boolean
  read FReadOnly
  write SetReadOnly;

Description

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.

See also

Active

  

Enables or disables automatic data synchronization


Documentation generated on: Dec 15 2025