Developer

DisplayText

Determine formatted string value of Cell.

Column or Grid may additionally format Cell's value (such as adding thousands separators, suffix text etc.).

property DisplayText: WideString read GetDisplayText;

Example
ValueMeaning
AsFloat53879.5
DisplayText53,879.50 EUR

Remarks


This property internally calls GetDisplayText method of Grid.

See also