How can I enable the display of currency symbols?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
the_bachelor1982
Posts: 8
Joined: Mon 30 Jan 2012 21:48

How can I enable the display of currency symbols?

Post by the_bachelor1982 » Thu 02 Feb 2012 16:03

I want to enable the display of currency symbols for MyQuery1 but i can't find any options...

best regards

Maik

AndreyZ

Post by AndreyZ » Mon 06 Feb 2012 10:07

Hello,

To display the currency symbols, you should set the TFloatField.Currency property to True. For more information, please read the Delphi help.

Post Reply