Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Powerful Cross Platform TeeGrid Is Capable Of Handling A Large Number Of Cells In Delphi FireMonkey

TeeGrid is a full featured third party grid and tabular control for Delphi and C++. Supporting both VCL and FireMonkey it should run on Windows 32 and 64 bit, Mac OSX, Android and iOS.

According to the developer it is “Written from scratch (not derived from TCustomGrid or TGrid), aprox 10K lines of code and 100K compiled size. Free for non-commercial use (in binary format).”

It claims the only limit is the memory used by your own data, (compile for the 64bit platform for more than 2GB/3GB).

Additionally it says that you can use it’s TVirtualModeData class to automatically create columns and provide cell values using OnGet and OnSet events.

TeeGrid can be used like a TStringGrid using a TStringsData object:

[crayon-662d2ae7166a3156129920/] [crayon-662d2ae7166ae280733034/] [crayon-662d2ae7166b0997780959/]

To see the rest of the cells options, go to the next link and download the package:

https://github.com/Steema/TeeGrid

Exit mobile version