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

TMediatorFieldInfo

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

Describes a column in columnar list display mediators

Declaration

Source position: fpobserver.pp line 247

type TMediatorFieldInfo = class(TCollectionItem)

public

  procedure Assign(); override;

  

Copies properties from another field info object

  property AsString: string; [rw]

  

String representation of field info configuration

published

  property Caption: string; [rw]

  

Display caption for the column header

  property PropertyName: string; [rw]

  

Name of property to display in this column

  property Width: Integer; [rw]

  

Width of the column in display units

  property Alignment: TAlignment; [rw]

  

Text alignment for the column content

end;

Inheritance

TMediatorFieldInfo

  

Describes a column in columnar list display mediators

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

The TMediatorFieldInfo class defines the properties of a column in list mediators that support multiple columns. It specifies the property name, display caption, width, and alignment for each column.

Field info objects are typically managed within a TMediatorFieldInfoList collection and can be configured through string parsing or individual property settings.

See also

TMediatorFieldInfoList

  

Collection of field information for columnar list displays


Documentation generated on: Dec 15 2025