[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Describes a column in columnar list display mediators
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 |
|
Width of the column in display units |
|
property Alignment: TAlignment; [rw] |
|
Text alignment for the column content |
end; |
|
Describes a column in columnar list display mediators |
|
| | | ||
| | | ||
| | | ||
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.
|
Collection of field information for columnar list displays |