Skip to content

tmssoftware/TMS-FlexCel.VCL-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for FlexCel Studio for VCL and FireMonkey

Here you can find all the demos for FlexCel Studio for VCL and FireMonkey

You can find a description of each demo in the documentation All the demos here are also available when you install FlexCel using the setup.

📖 Note We update this repository automatically every time we release a new FlexCel version. So if you have notifications integrated with github, you can subscribe to this feed to be notified of new releases.

New in v 7.25 - September 2025

  • Rad Studio 13 support. Added Rad Studio 13 support

  • New property TExcelFile.OptionsHideObjects lets you set the option to hide objects in a workbook. The new property OptionsHideObjects allows you to read or write that property of the workbook. The FlexCel renderer will also honor this setting when you export to PDF, HTML, etc.

  • New overload for creating Hyperlinks. There is a new overload for creating hyperlinks that automatically separates the url from the text mark. (text mark is the part after # in the url)

  • In FireMonkey, FlexCelPreview could show the images at 2x the size. In some cases when using FireMonkey, the resolution in FlexCelPreview could go wrong and show the images at twice the size.

  • Improved merged cell handling when exporting or printing. When calculating the Area to print, Excel in some cases might ignore huge merged cells that end up in the last column or row. In this release, we changed our behavior (never ignoring merged cells) to be similar to Excel (ignore merged cells in particular cases)

  • In master-detail reports with TList<> and and empty master, there could be an exception. Sometimes when running a report with Lists and master-detail, there could be an exception is the master had 0 records.

  • Bug Fix. When signing PDFs using CryptoAPI, FlexCel was creating persistent keys on the disk, which could end up filling it.