picture

Archive for the ‘Delphi’ Category

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

Problem with Synchronize-calls in DLLs

Wednesday, March 24th, 2010

TNotifyEvent. OnClick Example for Delphi.

Wednesday, February 17th, 2010

PDFCreator Parameters.

Tuesday, February 16th, 2010

Threading in Delphi.

Tuesday, February 9th, 2010

Remove Read Only Property of a File.

Thursday, February 4th, 2010