Remove destructors |
Top Previous Next |
User interface > Translation options > Tuning options > Remove destructors If the tuning option Remove destructors is enabled destructors aren't written.
Because C# produces managed code, destructors aren't used there. However the original Delphi destructors might have important side effects. That's why the removal of destructors is optionally.
Independently of this option calls of destructors are are converted to assignments of null. |
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |