|
Translation modes |
Top Previous Next |
|
What is translated > Routines > Translation modes Delphi2Cpp distinguishes between different translation modes in order to generate C++ code that matches the semantics of the original Delphi code as closely as possible.
Each function or method is analyzed heuristically and assigned one of the following modes:
These modes influence:
Heuristic Detection
The translation mode is determined using a combination of:
Default Behavior
Unless explicitly stated otherwise, all explanations in this documentation refer to this mode.
|
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |