Assignments

Top  Previous  Next

What is translated > Assignments

 

A simple assignment statement in Delphi looks like:

 

A := B;

 

This becomes in C# to

 

A = B;

 

However, some simple assignments in Delphi are producing warnings or even bugs in C#. Therefore

 

explicit casts

 

are necessary in C#.



This page belongs to the Delphi2C# Documentation

Delphi2C# home  Content