ContributionsMost RecentMost LikesSolutionsCompiling Delphi XE with Debug Info with Optimization off and Use of debug .dcus Based on this Link , SmartBear recommends to compile delphi xe application with debug info with: - Optimization set to false and - Use debug .dcus set to True However, there is no explaination as to why this is recommended. Are these required for TestComplete to function properly? Thanks Testing Delphi app without relying on Debug Build Just want to know if there’s a way to run our automated scripts without relying on the debug version of our app written in Delphi. We’re aware that some of the debug attributes are not accessible under a normal build. We are trying to automatically run our scripts every time there’s a build in Trunk and Production, but builds under these repos are not in debug mode. Thank you for your ideas. How to click a specific Cell in a Delphi Grid (TSDBGrid) while looping its row values I have a TSDBGrid with 4 rows (row1, row2, row3, row4(checkbox) ). Data loaded in the grid is from database and in my automation script I need to uncheck/check the Row4 cells if a certain value in Row1 and Row2 is met. Say for example, "unchecked" if row1 and row2 is equal to 1, otherwise set to "checked". Currently the grid object supports "CellClick()" which only accepts column as parameter. thank you. Re: How to search files with different file types using aqFileSystem.FindFiles function? Thanks for your replies. Yes, currently I'm doing the same approach. Just wondering if there's a way for SearchPattern parameter to filter multiple file types in one line. Like ("*.jpg | *.png | *.bmp" ). Is this possible? How to search files with different file types using aqFileSystem.FindFiles function? How to use SearchPattern to allow searching of files with filtered file types. For example, I want to find image files with *.jpg and *.png extensions. Is this possible? thanks Solved