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?

Post Reply