DisplayText
Determine formatted string value of Cell.
Column or Grid may additionally format Cell's value (such as adding thousands separators, suffix text etc.).
pas
property DisplayText: WideString read GetDisplayText;
Example
Value | Meaning |
---|---|
AsFloat | 53879.5 |
DisplayText | 53,879.50 EUR |
Remarks
This property internally calls
GetDisplayText
method of Grid.