Automatically rendering a TChart in grid via RTTI

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
Dave N.
Newbie
Newbie
Posts: 6
Joined: Tue May 06, 2025 12:00 am

Automatically rendering a TChart in grid via RTTI

Post by Dave N. » Tue May 06, 2025 4:57 pm

Hello,

I am new to TeeGrid. I see many of the demos on the virtual data can take an array of records and automaticaly put the data from that array in a grid.

I also see there is a demo that shows how to render an image of a TChart directly to a grid cell, basically by putting in a picture.

If I include a TChart as a member of my record, and provide an array of records to TeeGrid, can it already detect that one of the members of the record is a TChart and automatically render it to the grid?

Marc
Site Admin
Site Admin
Posts: 1304
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Automatically rendering a TChart in grid via RTTI

Post by Marc » Fri May 16, 2025 12:22 pm

Hello,

We don't have an example of that and I'm looking further at current possibilities and to whether extended TeeBI classes we are working to integrate will offer a means to render a live chart. For the moment, at the least the image of the Chart can be generated and rendered in the same way as the demo you have seen (Static Charts).

Regards,
Marc Meumann
Steema Support

Post Reply