C++Delphi

Easily Deploy RAD Server With Windows And Linux Installers

I’ve been demonstrating complete, industry-ready RAD Server solutions. The Field Services Industry template, for example, includes REST endpoints to which the Field Service Admin and Field Service App connect. It stores its databases on the backend with InterBase. Or theHospitality Industry templatethat includes a mobile client application for collecting survey data, a…
Read more
RAD Studio

Quickly Control Light Bulbs Using FireMonkey

ThingConnect IoT device component pack is one of the best areas of RAD Studio. It offers you to connect to dozens of IoT devices with easy-to-use interfaces. For instance, you can connect to the Aeon Labs Light Bulb using Delphi or C++ Builder. As you can see these light bulbs can be controlled by other devices. You can schedule events using your FireMonkey based mobile…
Read more
News

Additional Considerations and Links on RAD Studio 10.4.2

I’ve collected a few additional blog posts with information about new features in the latest version of Delphi, C++Builder and RAD Studio, which is receiving very positive external customers feedback. Last month Embarcadero made available RAD Studio, C++Builder and…
CodeDatabaseDelphiRAD Studio

Learn How Easy It Is To Map Dataset Columns With A Table Adapter In FireDAC For Delphi

TheCommandssample shows you how to set up column mappings. Location You can find theMappingColumnssample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to: Object PascalDatabaseFireDACSamplesDApt LayerMappingColumns Subversion Repository: You can find Delphi code samples inGitHub Repositories. Search by name into…
Read more