This may seem an eas开发者_运维技巧y question, but not to me, also a search has led to nothing. Up until now the only .net programming I have done is with Delphi Prism. With Prism I can do things like
I have s开发者_运维知识库everal Delphi Prism classes with indexed properties that I use a lot on my C# web applications (we are migrating a big Delphi Win32 system to ASP.Net). My problem is that it s
I encountered a strange compiler error in Delphi Prism 2010 that I am unable to resolve. The error is calling a method on an object defined in a third-party assembly that manipulates a specialized ima
How can I call lockWindowUpdate using Delph开发者_运维技巧i Prism?Before worrying too much about how to call it, I would think very carefully first about whether you really should or even need to call
We try to pass a string from a native Delphi program to a Delphi Prism DLL. We have no problem passing integers, but strings are mismatched in the DLL.
What is the equivalent of C#\'s \\n and Visual Basic\'s vbCRLF or vbNewLine in Delphi Prism?Do I have to use Envi开发者_StackOverflow中文版ronment.NewLine?Environment.NewLine is actually the best thin
I\'m experiencing a strange failure when trying to view my website under IIS.If I create a new ASP.Net web site application, don\'t modify it at all and run it (F5) the web page shows up with the erro
What is the correct syntax for instantiating a COM object in Delphi Prism using COM interop - new does not seem to do the job.
What is the equivalent of SetLength using Oxygene?I\'m trying to size an integer array. var listIndexes: array of integer开发者_开发百科;
In Delphi, there is a function StrToInt() that converts a string t开发者_JS百科o an integer value; there is also IntToStr(), which does the reverse.These functions doesn\'t appear to be part of Oxygen