[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of field information for columnar list displays
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; |
|
Collection of field information for columnar list displays |
|
| | | ||
| | | ||
| | | ||
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.
|
Describes a column in columnar list display mediators |