How to get Data of Grid in OnSelect

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
Newbie
Newbie
Posts: 1
Joined: Wed Oct 11, 2017 12:00 am

How to get Data of Grid in OnSelect

Post by » Mon Sep 10, 2018 9:50 pm

If I have a grid populated via a TVirtualData assignment, and in one of the columns is a Nullable<string> ( a record construct).
How can I access this data from within an OnSelect event?

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to get Data of Grid in OnSelect

Post by Yeray » Thu Sep 13, 2018 11:16 am

Hello,

You can find an example about this on the public demos, here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply