I have looked at a very simila开发者_JAVA百科r stackoverflow question(s), but the answers aren\'t helping me.
Delphi Prism for .NET: For some of my member functions, I am getting an error, \"A type used from another type must be public.\"
This is Delphi Prism for .NET. I am running into this error(s), \"A type cannot be be used as a standalone statement\", and I don\'t understand or know why. The compiler is pointing at the lines right
I am writing a program using Delphi prism. The goal is to be able run on windows and linux (mono) from the same project. So, at this point I need to have a way of playing a sound file for windows and
In Delphi, I use a component called TMathparser to evaluate an 开发者_开发技巧expression to get an answer. I am trying to get it to work in Delphi Prism and it is not working out too well. In fact, th
I am not sure if I am doing this right. I have a list of objects in the listbox and need to use IndexOf to get an object\'s index in the list.
I have a winform that needs to be loaded to update its controls\' values or properties, before it is to be shown.
I am working with Delphi Prism and creating and writing into binary file using BinaryWriter as follows.
In Delphi Prism, I need to assign objectcollection from ListBox to an ArrayList in a single statement. So far I have not found any solution.
Is there a similar function as CharInSet in Delphi Prism? If not, how would you do it? I looked online and on StackOverflow, but they speak in t开发者_StackOverflow社区erms of Delphi not Delphi Prism