delphi-prism
calling event within the same Window Form in Delphi Prism
I am trying to call a click event from within another a method from the same Window Form file. It just won\'t work form me.[详细]
2023-03-31 16:16 分类:问答How to call correctly base class constructor from inherited class in Delphi Phrism?
I have two classes - base class and inherited class as follows. Base Class: TAlarm = class(System.Object)[详细]
2023-03-31 08:41 分类:问答TimeOutException and SerialPort in Delphi Prism
I need my program to catch TimeOutException every time SerialPort Read Times out, but it fails to do that. In fact, the program breaks when it goes to read and th开发者_运维问答rows this exceptions, \[详细]
2023-03-30 08:59 分类:问答Operating System Directive in Delphi Prism
Since I am writing a program that will eventually run on Windows and Linux environment compiled from the same project files, I wanted to test and see how well the Operating System directives are. So,[详细]
2023-03-30 06:13 分类:问答Where are the application properties settings actually saved or written to?
I am about pull all of my hair at once. Needless to say, I am frustrated. I am coding within Delphi Prism for .NET and currently working to get my application\'s user-defined properties saved into App[详细]
2023-03-28 21:49 分类:问答Writing/Reading User-Defined settings in app.config file
I am trying to read and write into app.config file of user-settings. I found a snippet of a code for working with confige file. I finally got it compiling and running, but it absolutely seems to be do[详细]
2023-03-28 18:00 分类:问答How to display a single instance of a Winform throughout the whole program?
Accept my apology if my question and the description seems too simple or already been asked by others.[详细]
2023-03-28 05:27 分类:问答Cannot access underlying event field
I am trying to cause TButton Click event from within TListBox doubleclick event by simply calling: Button1.Click;[详细]
2023-03-27 08:26 分类:问答What determines the order of compliation or execution of source file in Delphi Prism?
Having written my Delphi Prism program enough to compile and run on Window and Linux (mono) without compilation errors, I am finding out that my constructors and load events are firing at different or[详细]
2023-03-27 06:07 分类:问答Global Window Form Vs. Local or private Window Form
Since I started to read up and program in various languages for .NET, I have been told that \"Global\" of anything in your program is very very bad. That whole idea doesn\'t seem to make any sense at[详细]
2023-03-25 17:35 分类:问答