Lanzamientos de FastScript

Released: Apr 20, 2026

Actualizaciones en 2026.2.0

Características

  • 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.

Released: Mar 11, 2026

Actualizaciones en 2026.1.7

Correcciones

  • VCL.FastScript
    • Engine
      • Fixed fvtInt64 support.
  • FMX.FastScript
    • Engine
      • Fixed fvtInt64 support.
  • Lazarus.FastScript
    • Engine
      • Fixed fvtInt64 support.

Released: Dec 23, 2025

Actualizaciones en 2026.1.4

Correcciones

  • VCL.FastScript
    • RTTI
      • Fixed InRange function.
  • FMX.FastScript
    • RTTI
      • Fixed InRange function.
  • Lazarus.FastScript
    • RTTI
      • Fixed InRange function.

Released: Nov 25, 2025

Actualizaciones en 2026.1.3

Correcciones

  • VCL.FastScript
    • Engine
      • Fixed FastScript ClearLocalVars for variant array.
  • FMX.FastScript
    • Engine
      • Fixed FastScript ClearLocalVars for variant array.
  • Lazarus.FastScript
    • Engine
      • Fixed FastScript ClearLocalVars for variant array.

Released: Nov 21, 2025

Actualizaciones en 2026.1.2

Características

  • VCL.FastScript
    • RTTI
      • Added a WeekOf function in the script.
  • FMX.FastScript
    • RTTI
      • Added a WeekOf function in the script.
  • Lazarus.FastScript
    • RTTI
      • Added a WeekOf function in the script.

Released: Sep 10, 2025

Actualizaciones en 2025.2.7

Características

  • VCL.FastScript
    • Engine
      • Added new TfrxWatermarks.Add method to script.
  • FMX.FastScript
    • Engine
      • Added new TfrxWatermarks.Add method to script.
  • Lazarus.FastScript
    • Engine
      • Added new TfrxWatermarks.Add method to script.

Released: Jul 29, 2025

Actualizaciones en 2025.2.5

Correcciones

  • VCL.FastScript
    • Engine
      • When the MultiByteLang property is enabled, italics for comments are disabled.
  • Lazarus.FastScript
    • Engine
      • When the MultiByteLang property is enabled, italics for comments are disabled.

Released: Jun 9, 2025

Actualizaciones en 2025.2.3

Características

  • VCL.FastScript
    • RTTI
      • Added TStringStream.
  • Lazarus.FastScript
    • RTTI
      • Added TStringStream.

Released: Apr 21, 2025

Actualizaciones en 2025.2.0

Características

  • VCL.FastScript
    • Engine
      • Added XML and JSON support to FastScript.
  • FMX.FastScript
    • Engine
      • Added Android support.
  • Lazarus.FastScript
    • Engine
      • Added XML and JSON support to FastScript.

Correcciones

  • VCL.Controls
    • UI
      • Fixed behavior where control is not scaled when assigning a parent when csFreeNotification is set in the ComponentState.
      • Fixed some bugs in TfrTreeView and TfrShellTreeView rendering.
    • Engine
      • Fixed the OnDeletion event in TfrTreeView.
  • Lazarus.Controls
    • UI
      • Fixed some bugs in...

Released: Mar 4, 2025

Actualizaciones en 2025.1.7

Características

  • Lazarus.Controls
    • UI
      • Implemented HiDPI support for Lazarus.
  • VCL.FastCube
    • UI
      • Field list - Filter indicators added.
  • FMX.FastCube
    • UI
      • Field list - Filter indicators added.
  • Lazarus.FastCube
    • UI
      • Field list - Filter indicators added.
  • VCL.FastQueryBuilder
    • UI
      • Added First version of HiDPI.
  • Lazarus.FastQueryBuilder
    • UI
      • Added First version of HiDPI.

Correcciones

  • VCL.Controls
    • Engine
      • SmartMemo - fixed HiDPI support.
  • Lazarus.Controls
    • Engine
      • SmartMemo - fixed HiDPI support.
  • VCL.FastReport
    • Report...