|
ShellBrowser Components
The ShellBrowser component set gives a Delphi programmer easy access to the Win32 shell functionality. The TJamShellList, TJamShellTree and TJamShellCombo components look and behave exactly like the corresponding parts of the Explorer. The invisible TShellBrowser component provides an easy interface to the Windows shell interface. All components support the properties page, correct icons, OLE Drag&Drop, the Explorer context menu and shuffling it with your Delphi popup menus. A thumbnail component displays the Explorer thumbnail images and the TJamShellNotifier informs you about numerous shell events. Interesting sample projects and help file with a lot of sample code are included.
|
|
|
SmartTranslator
SmartTranslate is not a component, it is a standalone tool which helps you translating a Delphi project to other languages. In the first step, it collects all strings in the Pascal code and Delphi forms and stores them in a database. After all strings are translated, which can be done inside SmartTranslate, it can replace the strings of the original language with the corresponding strings of another language. Strings that appear in more than one project have to be translated only once. When SmartTranslate knows all necessary strings, you can transfer a project to another language within one minute. In comparison to other localizing tools, SmartTranslate stores only the strings of one language in an executable (which produces much smaller executables) and does not need any changes on your project. There is also no need to collect strings in a Stringtable resource. SmartTranslate is freeware, source code is available for $49 or 49 EUR.
|
|