C++Delphi

Easily Create Robust Cross-Platform IoT Solutions With Message Queuing Telemetry Transport (MQTT)

Most of the developers already familiar with HTTP web services. HTTP is a synchronous protocol so the client waits for the server to respond which comes at the cost of poor scalability. And synchronous communication is problematic when it comes to high load systems. Moreover, HTTP is one-way that clients cannot passively receive commands from the network. For these causes, most…
Read more
C++DatabaseDelphi

Generate Powerful Reports Instantly With FastReport On Windows, macOS, And Linux

FastReport VCL & FMX – is an add-on component that allows your application to generate reports swiftly and efficiently. FastReport gives all the essential tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be utilized in the Delphi, C++Builder, and RAD Studio environments. Moreover, the best thing is that now FastReport FMX…
Read more
CodeDelphiRAD Studio

Quickly Enable Smooth Sliding Effects Between Tabs In Delphi Apps For Android And iOS

The FMX.TabSlideTransition Sample adds dynamism to the use of tab sliding effects in mobile applications. Location You can find theTabSlideTransitionsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand navigate to: Object PascalMulti-Device SamplesUser InterfaceTabSlideTransitionCPPMulti-Device SamplesUser InterfaceTabSlideTransition…
Read more
DelphiRAD Studio

Easily Cutout An Image With A Pixel Shader On Windows

In the previous example on Shader programming with Delphi FireMonkey, we created a texture feature to show images. So the material source manages the image bitmap. In this sample, you will create this: We can do this by adjusting the texture itself and setting all the pixels outside of the circle to be transparent. This needs a change to the texture. By utilizing a transformed pixel…
Read more