This question already has an answer here:
How to hide firemonkey application button from Taskbar (XE4)?
4 answers
If you create Delphi VCL application by default you have one VCL form and if you run your application there is only one icon on your task bar. After that if add a FMX form to it, you can have both forms and use them both. but in the task bar when the application is running there is two icon. Is there anyway to remove the one that its title is the project name and keep the other that is your main form?
I am using delphi XE8.