Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++DelphiNewsRAD Studio

A Powerful Grid System for RAD: Steema TeeGrid (VCL & FMX)

teegrid__ticker

Intro

Grid systems represents an important part of the UI design for database applications – a key application type for RAD Studio users. Aware of that Embarcadero is providing a full version of the powerful teeGrid from Steema Software for both VCL and FMX as part of the current RAD Studio promo (the promo also brings Interbase ToGo and DerScanner, depending on the RAD Studio, Delphi or C++ Builder edition you select)!

If you want to give it a try, there is a trial version available directly from Steema website. The installer is also packed with a good amount of samples and documentation, which are also accessible from their Github page.

Getting started with teeGrid for VCL and FMX

Despite the good set of samples that are available provided by Steema, I decided to build something from scratch to better explorer some specific features that caught my attention when visiting the product documentation.

screenshot-2025-07-21-190000

You can check out and download the entire demo from my Github demos repository, but I’d like to emphasize some of the interesting features I selected for this sample. Notice this is a VCL based application, but the same features are also available for FMX.

  • Applying a theme: if your app is using a theme, you can apply the current theme to the Grid with just one line of code:

  • Formatting one or more columns: you can apply specific formats to one or more columns, for example:

  • Formatting one or more cells: you can apply specific formats to one cell based on the values and etc:

  • Locking one or more columns: you can lock columns in order to provider a better data navigation

  • Row Heights can be adjusted as well via code

  • Range Selections allow the user to select and copy data directly from the grid

  • Row Totals can be added on the fly, for example

  • You can also add groups with subgrids, and order the data by clicking on the columns title by adding just few lines of code, like you can check in the demo I shared.

Conclusion

The Steema teeGrid System can be very useful while you are modernizing an existing solution or creating a new one, supporting not only VCL but also FMX on different platforms, like this sample running on Linux:

ubuntulazarus-9091538

To know more about the current promo and all the details, please, visit the RAD Studio Offers Page, or contact your sales representant!

 

Kai for RAD Studio is Now Available! Special Live Webinar: Introducing Kai - A New Chapter for RAD Studio RAD Studio 13.1 Florence Now Available

Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.

Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

About author

Lead Software Consultant, LatAm

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES