picture

Archive for April, 2010

How to Make Modal Form?

Monday, April 26th, 2010

Just a short notice how to make modal forms in Delphi. Assume, you have two Forms: AForm and BForm. AForm is your main form and you want now to call B as modal form (a modal form is a child form that requires the user to interact with it before it gets possible to return to the parent form). So inside your AForm you call BForm in the following way: (more…)

Exception Handling in Delphi

Sunday, April 25th, 2010