CodeDatabaseDelphiRAD Studio

Learn How To Use Delphi For Mobile And Database Development In This Bootcamp

In this webinar, you can learn about mobile and database development with Delphi. This webinar can be a quick start for new learners. Overview Introduction to mobile platformsPrototyping mobile apps on WindowsUsing platform servicesConditional defines & the mobile compilersUnderstanding ARC memory managementDeployment managerIntroduction to FireDACUsing embedded databasesUsing REST…
Read more
DelphiNewsShowcase

Professional Desktop Based Search Engine Optimization Tool Is Built In Delphi

Rapid SEO Tool from Blumentals Solutions SIA is a search engine optimization and search engine position monitoring software for the desktop that is built in Delphi. According to their site “it designed to ease the task of improving web page position on search results. It will literally look at your web page code and suggest what can be improved to get better results.” The software…
Read more
C++DatabaseDelphi

Easily Manage Database Event Notifications In Windows Delphi Apps

When it comes to database applications, you start processing lots of data and events. So, to handle these events properly we can use TFDEventAlerter class to handle thedatabase event notifications. The general behavior of the events is DBMS-specific and TFDEventAlerter provides a unified way of handling them. To learn how to utilize this class, we can explore theFireDAC…
Read more
CodeDelphi

Learn How The Delphi RTL Improves Efficiency With Fewer Lines of Code

Delphi RunTime Library gets enhanced with each new Delphi release, but often these improvements hide behind many flashier features. In this session, you can find out some of these fantastic RTL features. For instance, you have this Delphi code: if value = 0 then Result := 'Zero' else Result := 'Non-Zero'; As you can see this is 4 lines of code. You might have seen that in…
Read more