FastCube VCL Releases
Released: May 16, 2023
Updates in 2023.x
v2023.3
Updated Sep 25, 2022
Features
- Engine
- Added the ability to automatically select the font size to match the size of the "Text" object and its content (ContentScaleOptions property).
- Added language resource editor.
- Added frThreadSynchronizeProc variable to override the default synchronization procedure in FastReport.
- Added implementation for UP/DOWN/MOVE mouse events for report script objects.
- Added support for CADES_T and CADES_X_LONG_TYPE_1 signatures.
- Added TfrxHtmlView.LoadFromString...
Released: Sep 28, 2021
Updates in 2021.x
2021.1.5
Updated Oct 25, 2022
Features
- Added new 'TfcxSliceGrid.XAxisZone(YAxisZone).WordWrap' property which setups the word wrapping flags during cell size calculations.
- Cell highlight colors are now exported when saving to XLSX.
- Added new 'TfcxXLSXExport.ExportColumnFieldsTitle' (XLSX export) option to disable the exporting of column dimension titles.
- Updated English and Spanish resources.
2021.1.4
Updated Feb 14, 2022
Fixes
- Fixed error when Fields selection popup of CubeGrid is clicked...
Released: Jun 16, 2020
Updates in v2.11.x
v2.11.6
Updated Jul 8, 2021
Fixes
- Fixed stack overflow error on long list popup.
v2.11.5
Updated May 31, 2021
Features
- Changed font of several forms from "MS Sans Serif" to "Tahoma".
v2.11.4
Updated May 25, 2021
Features
- Added "Copy" menu item to the axis menu, which copies dimension values to the clipboard.
- Axis position now changes on double click in the axis field popup.
- Updated Greek locale resources.
v2.11.3
Updated May 12, 2021
Features
- Added PreviewOptions, ReportOptions and PrintOptions...
Released: Feb 11, 2020
Updates in v2.10.x
v2.10.1
Updated Feb 29, 2020
Fixes
- Fixed TDate, TTime, TDateTime fields parse for Lazarus/FPC.
- Fixed array out of bounds error in TfcxSliceGrid.
v2.10
Updated Feb 11, 2020
Features
- Added expression support. Expressions allows simple calculations to be performed based on measure and dimension values and functions.
- Added methods
TfcxCustomNodePopup.ExpandAll
, TfcxCustomNodePopup.CollapseAll
, property TfcxCustomGrid.AutoExpandPopups
(true by default) which defines whether to expand/collapse all...
Released: Mar 18, 2019
Updates in 2.9
Funktionen
- Added TfcxCube.SaveExtras to allow saving of Filters and Charts together with cube.
- New cube format version with ansi-strings in UTF-8 format for compatibility with .Net.
- Added support for RAD Studio 10.3 Rio.
- Added TfcxSliceGrid.OnAcceptDrag event which allows to control DragDrop operations in grid.
- Added TfcxSlice.SyncronizeYFieldsWidth property which set width syncronization between axis level and field caption.
- Added SliceGrid.OnDrawItem event.
- Changed CubeGrid header draw and...
Released: Sep 19, 2018
Updates in v2.8.0
Funktionen
- Added TfcxCustomGrid.OnCreatePainter event which allows to create an own grid painter.
- Added group creation by condition in code and and in TfxSliceGrid menu.
- Grouping and filtering through the axes context menu now handles selection.
- Added TfcxCubeGrid.FilterManager property. If the property is set then grid shows filtered set of data.
- Added class TfcxFilteredOrderedRecordSetProvider.
- Added TfcxZoneRestriction.zrDontShowDropDown to disable showing of drop down window and a...
Released: Dec 7, 2017
Updates in 2.7
Funktionen
- Added new export filter to Microsoft Excel 2007 (xlsx). The parameters of the export filter are identical to the Microsoft Excel (xls) filter.
- Added support for RAD Studio 10.2 Tokyo IDE.
Fehlerkorrekturen
- Fixed names of TeeChart units in fcxpChartEditor.pas.
- Fixed error with Null values in export to Microsoft Excel 2007 (.xlsx).
- Fixed error reading milliseconds from XML.
- Fixed stack overflow error in popup list of unique values.
- Fixed text drawing using themes.
- Fixed error creating...
Released: Oct 26, 2016
Updates in 2.6
Funktionen
- Added the ability to restrict user from slice reconfiguration. Restrictions should be set for each zone separately in the zone Restrictions property. For the moment 3 types of restrictions are implemented:
- zrDontMoveItems - disable field list change for the zone. The restrictions prevents from add, remove and move fields in the zone.
- zrDontShowPopupMenu - disable zone context menu popup.
- zrDontEditItemProperties - disable zone/field property editor showing.
- Several restrictions can be...
Released: Jan 12, 2016
Updates in this release
Updates in 2.5
- Added support for Embarcadero Rad Studio 10 Seattle.
- Apply percent format to "display as percent" cells while export to XLS
- Added support of ShortInt fields
- Added restoring selected cell after loading schema
- Added export to CSV
- Added property TfcxAxisContainer.DimCaption[ALevel: TfcxSmallCount; AVisIndex: Integer]: TfcxString
- Reimplemented XML-A export
- If cell value is both minimum and maximum of the column/row then treat it as maximum for highlight rules
- Fixed errors in language...
Released: Aug 12, 2015
Updates in this release
Updates in 2.4
- Added OnPrepareSaveDialog event for export components. This allows you to setup a save dialog before showing it to user.
- Additional totals uses property CalcTotalsOnTotals.
- Fixed painting of expand/collapse icons when windows themes are disabled and some VCL style is used.
- Fixed error with SmallInt.
- Fixed: SliceFieldExtra is not saved in Measure Editor.
- Fixed error Out of memory in some case.