Category "delphi"

Delphi TJvHidDeviceController : device cannot be opened

When I put an TJvHidDeviceController ( HIDKomponent from soft-gems.net ) component on my form and run the application I get an error message : device cannot be

Delphi Form Designer doesn't undo changes

In the Delphi Form Designer how do I undo changes. I press Ctrl + Z and nothing happens, I go to Edit -> Undo and it is grayed out. Am I just missing somet

Unable to programmatically close the application when validation error is found - edited

Based on the input from @David, I have edited my post to include more code (the Main procedure and two functions). The problem remains the same: I want to che

Delphi notification when a file gets updated

My app contains documents in its database. The users can open the documents in which case, the document gets saved to a temporary folder and gets opened on the

Which is preferable: Free or FreeAndNil?

What is the basic difference between Free and FreeAndNil? Is FreeAndNil = Free + Nil? When should I use Free and when should I use FreeAndNil?