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

TMediatorFieldInfo.AsString

String representation of field info configuration

Declaration

Source position: fpobserver.pp line 265

public property TMediatorFieldInfo.AsString : string
  read GetAsString
  write SetAsString;

Description

The AsString property provides a convenient way to get or set all field properties using a single string. The string must be in the format 'PropertyName|Alignment|Width|Caption'. This format is used for batch configuration and serialization.

Setting this property parses the string and updates all individual properties accordingly.

See also

Caption

  

Display caption for the column header

PropertyName

  

Name of property to display in this column

Width

  

Width of the column in display units

Alignment

  

Text alignment for the column content


Documentation generated on: Dec 15 2025