You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run TV Application multiple times from the my console application. Each time I will display misc dialogs to specify missing command line arguments. But after the first launch of my TApplication I lose the ability to handle Ctrl+C. Is there a way to restore Ctrl+C handler to state which took state before the first launch?