ReportBuilder for Delphi 2009 is Unicode based. (ReportBuilder for Delphi 2007 and prior is Ansi string based). Delphi 2009 introduces full Unicode support – the IDE, RTL and VCL are all Unicode based. A new UnicodeString datatype has been introduced and String now maps to UnicodeString (rather than AnsiString as it does in Delphi 2007 Full Article…
Search the Wiki
Viewing 214 to 216 of 408 items
Delphi Translation Tools
Tech Tip: ReportBuilder and Delphi’s Translation Tools To use the Delphi Language Translation support with ReportBuilder you need to add the ReportBuilder .dfm files that are used by your application to the language resource DLL. When you run the Resource DLL Wizard there is a screen that gives you the opportunity to add .DFM files.
Custom Languages
Adding your own language translations to ReportBuilder. ReportBuilder 12 introduced the Extensible Language Architecture allowing developers to create and/or add as many custom language translations to ReportBuilder as needed. Below is a quick tutorial on how these features can be utilized. Language Basics Language files are stored and loaded as dynamic link libraries Full Article…