Subscribe to this list via RSS Blog posts tagged in Tips and Techniques
GERAR APK ANDROID DELPHI SEM DEVICE TARGET Confira no vídeo como gerar um APK Android Delphi mesmo sem utilizar o Emulador ou ter um dispositivo Android conectado.       Baixe já sua versão trial e viva essa experiência no mundo Delphi! Confira mais dicas em: http://landersongomes.com.br/ Até a próxima!...
Embrace the Future of Data Architecture: Make the Switch to ER/Studio Sometimes you need to face the inevitable: the tool selected years ago is not the one you need for the future. Have you been struggling with complicated modeling tasks or outdated tools? Are your data models getting too big to handle? We’ve heard from a lot of customers recently who have been frustrated with their old data modeling tools, for multiple reasons such as: Lack of functionality Lack of support Lack of a future roadmap Embarcadero is committed to enabling our users to adapt to...
SQL Server Tip: Optimizer using Index Scan and not Seek! Other than coding, most of the time developers have to troubleshoot problems from their environments. Developers in SQL world would mostly face problems around error message, getting required output via T-SQL query and unpredictable performance of query.  One fine day somewhere in the world a one developer was troubleshooting a performance problem – just like any one of us. He noticed, even after a table has index on a column and if they use that column in where clause, SQL Server was...
Delphi and C++Builder DataSnap Server tip - displaying the TCP/IP and Port I've always wanted to display the TCP/IP address and Port number on the caption of my Delphi and C++ DataSnap servers.  Here is the code that accomplishes this for my DataSnap Server form's OnCreate event. For Delphi: 1) Add the IdStack unit to the uses clause in your form's implementation section 2) Add the following code to your OnCreate event handler: Form1.Caption := 'Embarcadero DSServer Application. IP Addr: ' + GStack.LocalAddress + ' Port: ' + IntToStr(DSTCPServerTranspor...
  • Page :
  • 1

Check out more tips and tricks in this development video: