|
Create pure C# |
Top Previous Next |
|
User interface > Translation options > Output options > Create pure C# By default, Delphi2C# generates C# code that uses helper classes to simulate Delphi's TDateTime type and Delphi's TVarRec record. In the output options, you can also force the generation of C# code that does not use these helper classes. Automatic substitutions are then also carried out for a number of other types.
todo dme
AnsiString -> String Boolean -> Boolean Char -> Char Class -> Object Currency -> Decimal Extended -> Double Int64 -> Int64 Integer -> Int32 Interface -> Object Object -> Object PChar -> String PWideChar -> String Pointer -> Object String -> String UnicodeString -> String Variant -> Object WideString -> String
|
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |