C++Delphi

Create Beautiful Windows Applications With Visually Stunning VCL Styles For Delphi And C++

Back in 2017, while I was participating in an educational applications contest in central Asia, as a high school student, I utilized Delphi and some VCL styles in my application. With just one VCL style my app got first place in the contest! Find out more information about VCL Styles in the Embarcadero DocWiki. Actually, the content and the features of the application were also good, but the…
Read more
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
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++Code

Easily Create Ultra-Fast C++ Applications With Low-Level libsimdpp Library In C++Builder

Single Instruction Multiple Data is a class of parallel computers. It represents computers with various processing components that perform the same work on multiple points simultaneously. Moreover, most recent CPU designs combine SIMD instruction to enhance the production of multimedia usage. And you can utilize SIMD in your C++ Builder applications with thislibsimdppportable…
Read more