Substitutions of the translator |
Top Previous Next |
User interface > Translation options > Substitution options > Substitutions of the translator
Similar to the substitution table for the preprocessor there is a second substitution table for the translator.
There are two differences to the substitutions, which are carried out by the preprocessor:
double float; -> double float_value; .
StringOfChar -> AnsiString::StringOfChar
This translation table also is applied to the names of helping variables which are needed for the definition of implicitly defined types, e.g. in set's. So a adjustment of the according names in the C# Builder VCL is possible, which can be different there from version to version. Also the set type "System::Set" can be renamed this way now, e.g. for a comfortable integration of Daniel Flower's TSet.
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |