Search found 1 match

by
Mon Sep 10, 2018 9:50 pm
Forum: VCL / FMX
Topic: How to get Data of Grid in OnSelect
Replies: 1
Views: 14949

How to get Data of Grid in OnSelect

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?