C++Delphi

Create Enterprise-Grade WebSockets Based Apps With Powerful Components For Delphi

No developer doesn’t know WebSocket API. WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session among the user’s browser and a server. With this WebSocket API, you can create real-time, web-connected applications by sending messages to a server and receive event-driven responses without having to poll the server for a…
Read more
DelphiNews

VCL Styles: Master The Secrets Of Beautiful Modern Apps In Windows 10

Similar to Windows themes, VCL styles make it easy to radically change the appearance of your VCL applications, giving your application that extra level of polish and professionalism. Thanks to the Per Control VCL Styles introduced in 10.4, a single form can take advantage of multiple styles giving you maximum customization and control. RAD Studio, Delphi, and C++Builder ship a selection of VCL…
Read more
DelphiRAD Studio

Easily Control Android App Permissions In Delphi With Mobile Permissions Component

Since Android 6.0 Marshmallow, users can control the permissions needed by an application. And developers should maintain the accessibility of their applications by handling these permissions properly. In this post, you’ll learn how to easily control android app permissions in Delphi using the Mobile Permissions Component and Android App Builder Software. More information about the…
Read more
C++RAD Studio

Learn How Easy It Can Be To Update Your C++ Builder Projects With The Embarcadero Migration Team

Stephen, Mary, and Al are back and walk you through the process of modernizing and migrating a legacy C++ application to the new C++Builder 10.4, specifically incorporating InterBase and FireDAC connections, among other innovations. Yesterday’s Tools Won’t Cut It You’ve made the right choice to modernize your legacy apps! In order to be successful, you’ll need to upgrade to the…
Read more