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

TListItemMediator.Subject

Individual object being mediated by this item mediator

Declaration

Source position: fpobserver.pp line 188

public property TListItemMediator.Subject : TObject
  read FSubject
  write SetSubject;

Description

The Subject property holds the specific object that this item mediator is responsible for. The object must implement IFPObserved for proper notification handling.

When set, the mediator automatically establishes observer relationships and may trigger view updates if active.


Documentation generated on: Dec 15 2025