Lancements de TeeGrid for VCL/FMX

Released: May 10, 2019

Mises à jour de 2019 (v1.08)

Fonctionnalités

  • New ParentFont property for TeeGrid.
  • New Mouse sensitivity control to avoid high CPU usage on mouseover.
  • Indicator column header now takes common header brush.

Released: Dec 19, 2018

Mises à jour de v1.07

Fonctionnalités

  • Support Rad Studio 10.3 Rio.
  • Added new feature Layout Manager - saves your custom layout and format.

Released: Jul 18, 2018

Mises à jour de v1.06

Fonctionnalités

  • Added support for JSON export.

Correctifs

  • TeeGrid throws an Access Violation when trying to set value to cells.
  • Problem with the sort order when you have to scroll within a column.
  • Incorrect disable Esc key.
  • Check for image blob field not adequately discriminating non pictures.

Released: Mar 23, 2018

Mises à jour de v1.05

Fonctionnalités

  • Adds support for RAD Studio, Delphi and C++ Builder 10.2 Tokyo Update 3.

Released: Jan 17, 2018

Mises à jour de v1.04

Fonctionnalités

  • Adds full RAD Studio 10.2 Tokyo Update 2 (RX/DX/CX) support.

Correctifs

  • Fixed - Problem with Repaint of Grid when Datasource is Detail of MasterDetail data.
  • Fixed - Cells are not selected by clicking on them, two consecutive single clicks are required.
  • Fixed - Grid doesn't scroll with the keyboard if no cell is selected.
  • Fixed - Unreproducable problems when TEdits are bound to data that TeeGrid is also bound.
  • Fixed - Grid doesn't scroll with the keyboard when connected to a...

Released: Apr 6, 2017

Mises à jour de v1.02

Fonctionnalités

  • Renamed EOF to PastEnd. C++ Builder fails with "EOF" (reserved use).
  • Added support for CrossVCL.
  • Editor form improvements.
  • New "band" class : TColumnsBand, to allow custom text per-column at, for example, header or footer. Is independent of Tee.Grid.Header.

Correctifs

  • Alias "TArrayOfStrings" of TStringArray to avoid conflict for Lazarus 1.6.4.
  • Fixed TRows.GetHeights, Was AV when Index at -1.
  • Pre-XE2 namespaces fix (commented Vcl.Buttons to {Vcl.}Buttons ).
  • Resilience improvement...

Released: Feb 8, 2017

Mises à jour de v1.0

Fonctionnalités

Fully compatible with VCL and FMX, TeeGrid offers you the means to take common core code for gridding on Microsoft Windows, Android and Apple iOS/OSX.

  • Huge data - capable of handling a very big number of cells. For example 1 billion cells (1000 columns by 1 million rows).
  • Virtual data - TVirtualData or derived class to automatically create columns and provide cell values.
  • TStringGrid emulation - TeeGrid can be used like a TStringGrid with a TStringsData object.
  • Sub-columns (any...