Comments (*#_ ... _#*)

Top  Previous  Next

Pretranslated C# code > Preparing Delphi code > Frequent re-translation > Comments (*#_ ... _#*)

 

Delphi2C# interprets the extended Delphi brackets (*#_ ... _#*) in a special way. A text in such brackets is taken unchanged into the C# code.

 

For example an additional header is included into the C# code by the following line:

 

(*#_using System.SysUtils;_#*)

 

->

 

using System.SysUtils;

 

 

 

 

 

 

 



This page belongs to the Delphi2C# Documentation

Delphi2C# home  Content