|
Make all elements accessible |
Top Previous Next |
|
User interface > Translation options > Tuning options > Make all elements accessible In Delphi a private or protected member is visible anywhere in the unit where its class is declared. In C# a private or protected member is visible only in the class and the class itself and all other types are specified with an access modifier. By means of the tuning option "Make all accessible" "private" and "protected" are converted to "public" accessibility. Activating this option increases the accessibility of the elements more than in Delphi, which can lead to errors, but the option helps to make the translated code compilable. |
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |