TeeGrid for VCL/FMX のリリース

Released: Jan 17, 2018

v1.04 での更新項目

機能

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

不具合の修正

  • 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 DataSource/DataSet.

Released: Apr 6, 2017

v1.02 での更新項目

機能

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

不具合の修正

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

Released: Feb 8, 2017

v1.0 での更新項目

機能

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 column can...