Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RibLover

    How can I use the OnMinimise event in Delphi 3

    I'd like to use the application.OnMinimise event in my application. I've tried the following approach to override the onMinimize the event and point it to my event handler in the mainform. begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.OnMinimize :=...

Part and Inventory Search

Back
Top