JVCL Help:TJvTranslator

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTranslator
run\JvTranslator.pas


Summary

Translates an application, form or component.

run\JvTranslator.pas


Pascal

 run\JvTranslator.pas
 TJvTranslator = class(TJvComponent);


Description

  1. JvTranslator

TJvTranslator is a non-visual component that can be used to automatically change the properties of forms and components. The forms and components to change and what value to change their properties to can be read from a string, a stream or a file.
You can also use this component to read the components and their properties and create an XML string from it. You can then use the generated XML to create a template used in translation.

run\JvTranslator.pas

About

Navigation

run\JvTranslator.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page