DelphiShowcase

Competitive BQGolf Viewer: Golf Management On Your Phone

BQGolf Viewer presents results of club golf competitions in real time (currently match plays only). If during the competition electronic scorecards are used (BQGolf MScorecard) then the players on their mobile devices enter hole results which are automatically transmitted to the main program (BQGolf) and then distributed to all mobile and laptop/desktop devices using BQGolf MViewer or BQGolf…
Read more
C++CodeDelphiRAD Studio

MQTT: How Do I Write An App To Communicate With IOT Devices?

We can easily write apps that communicate with IoT devices when we combine MQTT with Windows App Development like Delphi. Follow along with us now as Bruno Mileto tells us how to do it. IoT – the unseen world Internet of Things, or IoT, is a concept that defines the connection between physical objects with the user and the internet. It makes use of intelligent sensors, in addition to…
Read more
CodeDelphiNews

Low Code App Wizard for Delphi

Low code app development is increasingly popular today, and for good reason: it speaks to the demand for software paired with the difficulty of creating it. In many ways, Delphi led the low code revolution: RAD, where you build software by connecting components in a visual…
DelphiInterview

Developer Stories: Pietro Ruvolo Shares His D.Fence Application

Pietro Ruvolo has been programming ever since 1988. He has a showcase entry (D.Fence) at the Delphi 26th Showcase Challenge and we talked to him about his programming journey over the years. Check out his website on D.Fence. When did you start using RAD Studio Delphi and how long have you been using it? I started programming in 1988 at the time of MS Dos, dBase III, and Clipper. Then at the…
Read more
CodeDelphiRAD Studio

Example WebSockets Server And Client Chat Application

WebSockets are gaining traction as more browsers, including those for mobile devices, support them. This article introduces WebSockets briefly and creates a chat app using a Websockets component for Delphi, a Windows Program Development, provided by Delphi component provider Esegece. What are Websockets? The WebSockets protocol allows the creation of a client-server communication channel…
Read more