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.
Solved! Go to Solution.
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
What operation you are planning to do actually? What are the errors you are getting?
@anupamchampatiI've been trying to traverse through the contents of grid.
also, trying to find an element in the grid which is not possible.
There are no relevant methods to perform ClickCell() or FindRow() kind of operations to perform.
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
Thank you, great advice Anupam!
@RajeshVV have you tried this approach? Please share you progress🙂
Subject | Author | Latest Post |
---|---|---|