RajeshVV
5 years agoContributor
Unable to perform relevant operations on Delphi TDBGridPro
I'm unable to access the grid contents which are of TDBGrid type object, The application is debugged properly and also can see some properties under the DebugAgent in Object Browser.
Generally Delphi app require debug build? are you using Debug Build?
ClickCell() or FindRow() will only work when the Grid have enough properties which we generally see in Debug build
Follow the link below: and try building one build with the below configuration and use Debug.exe