CodeDelphiRAD StudioTech Partner

Learn How to Use The MQTT Protocol in Delphi With This Library

MQTT stands for MQ Telemetry Transport and it is a specification for a publish-subscribe protocol for communication between devices. When we are talking about Lightweight and Efficient, MQTT Protocol is a very good example. MQTT clients are very small, require minimal resources so can be used on small microcontrollers. MQTT message headers are small to optimize network bandwidth. Another…
Read more
CodeDelphiRAD Studio

FireDAC Tip: Write Database Independent SQL Commands With Escape Functions

Escape sequences allow for writing DBMS-independent SQL commands. The sample predefines some escape function sequences. To execute a predefined escape function, right-click the Function edit box and choose a predefined escape function from the popup menu. Moreover, the sample allows you to write your own function. To this end, write text into the Function edit box and press Enter. Then, the…
Read more
CodeDatabaseDelphiRAD Studio

Quickly Build A Drawer With The TMultiView Component For Android And iOS Apps Using FireMonkey In Delphi

The MultiViewDemo sample demonstrates how to build an application that implements the “master-detail” interface and how to use the master panel presentation modes. In this post, we’ll show a sample that allows you to change the master panel characteristics, such as mode, placement, sliding mode, shadow properties, etc, with the help and use of Windows App Development Tools.
Read more