How to Detect OS Theme Modes Across Platforms Using Delphi | by Alessandro | Jan, 2025
Here I am providing a full working Delphi Unit to include in your FMX projects in case you want to detect the Light and Dark theme modes of the OS. This comes in handy when targeting cross-platforms devices, and this works for MacOS, Android, iOS, and Windows. We use the FMX.Platform library for MacOS, Android, … Read more