|
ShellBrowser Components
The ShellBrowser component set gives a programmer easy access to the Win32 shell functionality. The JamShellList, JamShellTree and JamShellCombo components look and behave exactly like the corresponding parts of the Windows Explorer. The invisible ShellBrowser component provides an easy interface to the Windows shell interface. All components support the properties page, correct icons, OLE Drag&Drop and the Explorer context menu. A thumbnail component displays the Explorer thumbnail images and the JamShellNotifier component informs you about numerous shell events. Interesting sample projects and help file with a lot of sample code are included.
|
|
|
SmartTranslator
SmartTranslator 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 SmartTranslator, 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 SmartTranslator knows all necessary strings, you can transfer a project to another language within one minute. In comparison to other localizing tools, SmartTranslator 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. SmartTranslator is freeware.
|
|