FMXInno Quality Update - [October 27, 2024]
Code:
1. Updated `FNewINI` class and `MINI.exe`
- Now reads and saves INI files in UTF-8 without BOM.
2. Updated `FCheckboxTree` class
- Added new properties; you may need to adjust your current scripts.
3. Compatibility with the Latest Windows Version
- Optimized for Windows 11 24H2.
- Compiled in RadStudio 12.2 (latest update).
4. Font Functions for Windows 11 24H2
* The following functions are incompatible with 24H2:
- `InstallFMXFont`
- `InvalidateFMXFont`
- `DeleteFMXFont`
* Use these alternative functions:
- `AddFontResource2`
- `RemoveFontResource2`
5. New Color Picker App Added
6. General Improvements and Bug Fixes.
- For Members -
Code:
1. Source Code Reorganization
- Now uses unit scope names.
- Various units have been renamed for clarity.
2. The latest source code will be available in the coming days for members.
.