oxygene
List.AddRange inline declaration
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[详细]
2022-12-25 04:23 分类:问答How to make Delphi Prism indexed properties visible to C# when properties are not default
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[详细]
2022-12-23 16:00 分类:问答Why does Delphi Prism complain about System type mismatches?
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[详细]
2022-12-20 15:14 分类:问答How call lockWindowUpdate using DelphiPrism
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[详细]
2022-12-20 10:23 分类:问答How can I pass a Delphi string to a Prism DLL?
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.[详细]
2022-12-20 02:48 分类:问答What is Delphi Prism LineFeed
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[详细]
2022-12-18 03:35 分类:问答Strange GAC error in ASP.Net application
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[详细]
2022-12-12 01:43 分类:问答How to instantiate a COM object using interop in Delphi Prism
What is the correct syntax for instantiating a COM object in Delphi Prism using COM interop - new does not seem to do the job.[详细]
2022-12-11 10:19 分类:问答How set dynamic array size in Oxygene (SetLength doesn't work)
What is the equivalent of SetLength using Oxygene?I\'m trying to size an integer array. var listIndexes: array of integer开发者_开发百科;[详细]
2022-12-11 10:09 分类:问答How convert string to integer in Oxygene
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[详细]
2022-12-11 03:18 分类:问答