Category "delphi-7"

How to save & load TFrame contents?

I use the following code to save & load my Form: public constructor Create(AOwner: TComponent); override; procedure BeforeDestruction; override; var

How can I show a message when clicking the print button on fastreport?

I want to show a message when the fastreport print button is clicked. How can I write down a code from delphi? Should I use "OnBeforePrint" or "OnAfterPrint"?

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