Embarcadero/DelphiVCL4Python

Application.MainFormOnTaskBar is invalid

fansxs opened this issue · 1 comments

...
Application.MainFormOnTaskBar = False
Application.Title = "Hello Python"
...
Application Title not showing on taskbar, attribute doesn't work.

Did you free the console?