ContributionsMost RecentMost LikesSolutionsRe: Delphi Compilation Thanks Tristaanogre. If I extract debug info using the "STRIP.TDS " can I use same for other environments if in case no code change? Regards, Rasool Delphi Compilation Hi , 1.My current Delphi application is client server.I have a client which is called “Solumin_Browser.exe”, when I compile it I will have to compile both client and server? My current application server is in diffrent OS(Linux,UNIX and Windows) however client is "Solumina_Browser",please let me know If I compile client is fine? 2.If use "Strip TDS" to extract debug info, for next builds no need to compile the application again? Regards, Rasool SolvedDelphi Debug Mode Hi, I have a Delphi application and need help on below queries: 1.Is it mandatory to enable .exe file in debug mode to identify all the objects? 2.Once we enable debug mode ,for each change(Hot Fix\Release ) we will have to enable the debug mode? 3.If I execute same application in different environment,do we need to enable debug mode? 4.Once we develop the scripts , can we execute the scripts without enabling debug mode? Thanks in Advance Regards, Rasool SolvedRe: Delphi Object Identification Thanks Colin. Let me check with the vendor team whether they are open to it for compilation or not. Regards, Rasool Re: Delphi Object Identification Thanks Colin for quick reply. Customer is not allowing us to compile the application. is it mandatory to compile with Debug option. The grid is "tsfDBGrid" for button,I removed x,y co-ordinates,it is working fine. Do we have any method or process to conclude,Test complete is able to identify all the objects ? and performing the required operations ? Regards, Rasool Delphi Object Identification Hi, I am using the Trail version of Delphi. Delphi is identifying all the objects,however I am not confident when it records the operations of button and grid objects. The click operation is recorded with (x,y),is it expected? advPanel.Panel1.LogonButton.Click(60, 11); even it is same for grid operations tsfDataPagesNoteBook.Click(118, 15); if any co-orinates changes in future? how it will work? Regards, Rasool Solved