FastReport VCL Component Packages 2026.2.0

Released: Apr 20, 2026

2026.2.0 中的更新

特性

  • VCL.Core
    • Localization
      • Updated Portuguese resources.
  • FMX.Core
    • Localization
      • Updated Portuguese resources.
  • Lazarus.Core
    • Localization
      • Updated Portuguese resources.
  • VCL.FastScript
    • Engine
      • Added FS enum aliases for backward compatibility with alias types.
  • FMX.FastScript
    • Engine
      • Added FS enum aliases for backward compatibility with alias types.
  • Lazarus.FastScript
    • Engine
      • Added FS enum aliases for backward compatibility with alias types.
  • VCL.FastReport
    • Other
      • Added a rule to check script compilation.
      • Added object validation rules.
      • Added dataset validation.
    • Designer
      • Added the DebugLn function to the designer.
      • Significantly improved detection and highlighting of intersecting objects.
  • Lazarus.FastReport
    • Other
      • Added a rule to check script compilation.
      • Added object validation rules.
      • Added dataset validation.
    • Designer
      • Added the DebugLn function to the designer.
      • Significantly improved detection and highlighting of intersecting objects.
  • VCL.FastGrid
    • Engine
      • FastGrid - Added the ability to group data in a table view.
    • Exports
      • Added the ability to build grouped table reports from FastGrid.
      • Improved table report builder from frGrid.
  • VCL.FastEditors
    • UI
      • The TfrDateEdit editor has been implemented.
  • Lazarus.FastEditors
    • UI
      • The TfrDateEdit editor has been implemented.
  • Lazarus.FastGrid
    • Engine
      • FastGrid - Added the ability to group data in a table view.
    • Exports
      • Added the ability to build grouped table reports from FastGrid.
      • Improved table report builder from frGrid.

修补程序

  • VCL.Controls
    • UI
      • tfrTreeView - Fixed incorrect colors hint text and node highlighting with themes.
  • Lazarus.Controls
    • UI
      • tfrTreeView - Corrected text and fill colors for hot-tracked nodes for Linux.
  • VCL.FastReport
    • Designer
      • Fixed highlighting of intersecting objects.
      • Fixed saving of the validation log.
    • Report object
      • Fixed Win64 platform support.
  • FMX.FastReport
    • Designer
      • Fixed highlighting of intersecting objects.
  • Lazarus.FastReport
    • Designer
      • Fixed highlighting of intersecting objects.
      • Fixed saving of the validation log.
  • VCL.FastGrid
    • Engine
      • Fixed access violation when clicking ButtonEdit buttons multiple times.
    • UI
      • Fixed Win64 platform support.
  • VCL.FastEditors
    • UI
      • Fixed Win64 platform support.
      • Fixed a large checkbox in LazLin and constant editors autosizing.
  • Lazarus.FastEditors
    • UI
      • Fixed a large checkbox in LazLin and constant editors autosizing.
    • Engine
      • Fixed an issue with positioning editors on a control with ChldSizing.Layout <> cclNone.
  • Lazarus.FastGrid
    • Engine
      • Fixed access violation when clicking ButtonEdit buttons multiple times.
      • Fixed AV in LinLaz when resizing columns.