Relative Content

Tag Archive for c#delphi

Looking for an explanation of how “case of” works inside a record in Delphi

I’m currently an intern at a company that’s in the process of converting their internal programs from Delphi to C#, using Delphi2C#.
I don’t know any Delphi and my knowledge of C# is also very limited.
I came across a record that is reading from a .DIR file, created by another internal program.
The .DIR file appears to be in unicode and I can’t find a way to open it other than with notepad, but that information doesn’t tell me much.