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

TBaseMediator.Active

Enables or disables automatic data synchronization

Declaration

Source position: fpobserver.pp line 137

published property TBaseMediator.Active : Boolean
  read FActive
  write SetActive;

Description

The Active property controls whether the mediator performs automatic data synchronization. When True, the mediator responds to subject changes and transfers data between subject and view.

Setting this to False stops all automatic synchronization, though manual calls to ObjectToView and ViewToObject still work.

See also

ReadOnly

  

Prevents data transfer from view to subject when True


Documentation generated on: Dec 15 2025