Ensure any older versions of TMS components are completely uninstalled from your IDE. Remove old path references from your Environment Options.
The Planner component family manages time-based data structures across varying resolutions (day, week, month, timeline views). It handles time-zone variations and daylight saving adjustments out of the box, making it highly valuable for healthcare and logistics platforms. Deployment and Performance Optimization Best Practices
For intermediate developers, reading TMS’s source is an education in high-performance FMX painting, gesture handling, and platform service abstraction.
Assuming "3688" refers to v3.6.8.8 (or build 3688): tms fmx ui pack 3688 full source new
Which of those do you want?
The legacy FMX UI Pack is based on original FireMonkey classes, whereas the newer FNC (Framework Neutral Components) architecture was built from scratch for better performance and multi-framework support (VCL, FMX, LCL, and WEB). Key Components & Features
While FireMonkey provides a solid foundation, building a polished enterprise application often requires dozens of custom controls—data grids, advanced listboxes, navigation drawers, calendars, and charts. The TMS FMX UI Pack delivers over 250 controls designed to work natively across all platforms. Ensure any older versions of TMS components are
The is an essential toolkit for any developer looking to build professional, modern, and complex cross-platform applications with FireMonkey. By providing robust controls, native styling, and the transparency of full source code, TMS enables you to deliver high-quality software faster.
The delta is clear: TMS has heavily optimized the painting and event handling loops, moving critical routines from Pascal to inline assembler where possible (on Windows) or leveraging parallel loops ( TParallel.For ) for multi-cell painting.
Mention of "Full Source" suggests that the package you're referring to includes access to the source code of the components. This can be particularly valuable for developers who wish to customize the behavior of the components at a deeper level or integrate them more tightly with their own code. The legacy FMX UI Pack is based on
Embarcadero’s FireMonkey sometimes has platform-specific rendering bugs (e.g., a clipping issue on Android but not on iOS). When you own the source, you can patch the TMS control yourself and recompile, rather than waiting 3–6 months for an official vendor patch.
DelphiMaster