mjachnowicz
9 years agoNew Contributor
Obtaining cell values from TcxGrid (Dev Express)
At the beginning, i know, there is exact same suject on SmartBear Support (https://support.smartbear.com/viewarticle/75481/ ) but it's not working.... any of the support pages.
So here I'm asking - how can I get in "If...else" statement to one exact cell value from TcxGrid (Developer Express, Delphi)?
Hi,
It depends what the aim is, but you can try this one. Select the record first, obtain the object and try to find TGridSite.GridView.VisibleItems(ColumnIndex).DataBinding.Field, 'DisplayText'
Kristina