FormatMask
Specifies formatting rules used for displaying the value.
pas
property FormatMask: string read FFormatMask write SetFormatMask;
When the value of cell need to be drawn, standard FormatFloat Delphi function from System.SysUtils unit reads this property and convert the value into a string before rendering.
If this property is set to an empty string, FloatToStrF Delphi function is used instead.