The value is: 12345678901 I would like it to look like 1234.56.78901 How can this be done using displayformat? Where can I find documentation on how to use display format?
All display formats are determined in the ppDisplayFormat.pas file. Take a look at this file for the Delphi routine used to format your value and then check the Delphi help for documentation on that routine.
It is also possible to customize the display formats with your own by creating a descendent to the TppDisplayFormat class.
Comments
Take a look at this file for the Delphi routine used to format your
value and then check the Delphi help for documentation on that routine.
It is also possible to customize the display formats with your own by
creating a descendent to the TppDisplayFormat class.
http://www.digital-metaphors.com/rbWiki/Design/Formatting/Change_the_existing_display_formats
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com