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

TBaseMediator.Valuelist

Optional list of values for list-based mediators

Declaration

Source position: fpobserver.pp line 132

public property TBaseMediator.Valuelist : TObjectList
  read FValueList
  write SetValueList;

Description

The Valuelist property holds an optional list of values used by mediators that work with dynamic value lists, such as combobox or listbox mediators. The list must implement IFPObserved for change notifications.

When set, the mediator observes the value list for changes and updates the view accordingly.

See also

Subject

  

Model object implementing IFPObserved interface

SubjectPropertyName

  

Model object implementing IFPObserved interface

ViewPropertyName


Documentation generated on: Dec 15 2025