Basically i want my application to start in the System Tray and when the user double clicks on TTrayIcon it shows up the Main Form and again double clicking on it should minimize it back to the system tray. If possible provide solutions where i won't need to call nasty WinApis xD
Also, i have already added Application.ShowMainForm:=False; to my projects .lpr file