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

TMediatorFieldInfoList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Collection of field information for columnar list displays

Declaration

Source position: fpobserver.pp line 281

type TMediatorFieldInfoList = class(TCollection)

public

  function AddFieldInfo();

  

Adds a new field information item to the collection

  property FieldInfo []: TMediatorFieldInfo; default; [rw]

  

Indexed access to field information items

  property AsString: string; [r]

  

String representation of all field configurations

end;

Inheritance

TMediatorFieldInfoList

  

Collection of field information for columnar list displays

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

The TMediatorFieldInfoList class manages a collection of TMediatorFieldInfo objects, providing methods for adding field configurations and accessing them by index.

The collection supports string-based batch configuration and provides notification to parent mediators when field configurations change.

See also

TMediatorFieldInfo

  

Describes a column in columnar list display mediators


Documentation generated on: Dec 15 2025