I have a Delphi application which runs smooth in PlayOnMac under MacOS 10.9.5 Yosemite.
It has the feature to minimize the application to TrayBar.
Since Mac is not having the concept of TrayBar I would like to disable this feature if the app runs on Mac.
Checking the Windows version is not an option since PlayOnMac really well obfuscates the fact that the host OS is Mac by emulating the Windows APIs and reporting that the OS is Windows XP for example.
How I can detect that the application is running in PlayOnMac?