C++CodeDelphi

Implementing A Blazing Fast IoT Network With MQTT

In this article, we’ll go over what IoT is, what MQTT is, how MQTT works, what MQTT entities are, how to build an MQTT message, what the rules of writing MQTT, how to implement MQTT with Windows app development tools, and much more. What is IoT? The IoT term defines the concept of internet-connected physical devices that can send and/or receive data. To exchange data easily, a protocol…
Read more
DelphiRAD Studio

Websockets Harness Real-Time Power In Your Delphi Apps

Do you currently use websockets in your applications? Do you want to learn more about what websockets can do for your apps? Continue reading to learn everything you need to know about using websockets with Delphi, as well as a rundown of some of the available component sets that take the guesswork out of making the magic happen. What are WebSockets? A websocket implementation has two sides…
Read more
DelphiNews

Delphi 10.4.2 Compiler Speed Improvements

Delphi 10.4.2 Sydney is out, and it is full of new features, fixes, and general quality improvements. I really do believe it is the perfect mix of polish and new features, and everyone I’ve talked to seems to agree. One of the stand-out features is the Delphi compiler…
C++Delphi

Enable User-Friendly Diagramming, Flowcharting, And Graphing Capabilities In Your Windows Applications

TMS Software offers commercial components and libraries for RAD Studio developers, from UI components to cloud computing libraries. One of the best UI component suites is the FNC Blox, a set of cross-platform controls for Delphi & C++ Builder to easily add user-friendly flowcharting, diagramming, and graphing capabilities to your applications. TMS FNC Blox has its panel-like component where…
Read more
C++DelphiIDERAD Studio

Quickly Build A Web Front End Using Delphi/C++ Builder With No Front End Web Technologies Knowledge

Surprised with the Title? Yes without knowledge of HTML, CSS, JavaScriptyou can build from Delphi/C++Builder your Web Front end using some of the Client/Server(FullStack) or Client-Focused third party web frameworks. Curious to know how these frameworks do this? This post will help you to understand. What does a web front end framework does exactly: Visual Layout Designed in IDE to render in…
Read more