I am using a DBGrid component in delphi. I wonder how I can set the format of a column. I have real values that I want to be displayed as currency in the grid.
Someone knows how?
|
|
|
|
|
|
|
(1) You can Set the DisplayFormat of Field. Excuse-me for my bad english. NeftalĂ. |
||
|
|
|
If you don't add the fields to field Editor list you can get the formating by code as :
if you don't want to show the zeros replace '0.00' with '#.##'; |
||
|
|
|
|
The first port of call is the DisplayFormat of the data field in the database itself. |
||
|