This ThingConnect IoT Device Component Pack is an add-on module designed for use with Delphi and C++Builder. TheTI Gas Sensorcomponent pack helps you to connect to the Gas Sensor Platform by Texas Instruments.
Texas Instruments Gas Sensor Platform is a Bluetooth Low Energy gas sensor platform from Texas Instruments. This device can monitor gases like carbon monoxide, oxygen…
Powerful Video Game Collection Curation Software Is Built In Delphi
January 15, 2021
Game Collector is a powerful video game game collection database software and it is built in Delphi. According to the developer’s website Game Collector’s main screen is highly customizable, so that you can make it look the way you want. You can choose between…
Cross-Platform 4D Solar System Simulation Is Built In Delphi
January 15, 2021
Planet Fun is a 4D solar system simulation for Android and iOS and it is built in Delphi. Planet positions are calculated using VSOP2013 ephemeris, years between 1500 and 3000 according the developer. The app is built using FireMonkey 3D functionality and full source code is…
With Delphi, you can do many things from embedded development to cross-platform development or even web development. You can achieve high productivity with RAD Studio. As you know you will get hundreds of amazing components within RAD Studio, and these components solve much work for you.
With the FireMonkey framework, you can create any type of application for iOS, Windows, Android, macOS, and…
Hooking includes a range of methods for changing or expanding the behavior of an operating system, application, or other software parts by intercepting API function calls, messages, or events passed between software components. The code that controls such interception is…
Most of the time when starting a new big project you end up creating lots of modules for your application. Most of them could be dozens of different functions which helps to write less code while building the main project. For instance, while I was developing a school…
Utilize The Power Of Windows Management Instrumentation In Your Delphi Applications
January 13, 2021
When you create enterprise applications, sometimes you need to automate administrative tasks in your system. With Delphi and GLibWMI components, it is so easy. Through WMI you can control a local or remote Windows-based computer, despite the system version, utilizing the classes provided by Common Model Information.
GLibWMI is a set of components focused on Windows Systems Administration. And…
Power Tip: Learn How to Send Arrays To An InterBase Database Using FireDAC In Delphi
January 13, 2021
The Arrays sample shows you how to use the TFDParam.ArrayType property to send arrays to a database server. To this end the ArrayType property is set to atTable.Note: This demo establishes a connection to the Interbase localhost server by default, using…
To continue our discussion of Linux development, let’s take a look at this incredible collection of sample projects available for download, which demonstrate some amazing functions that you can use on your Linux projects.
First, let’s look at how to install the…
Easily Connect To SQLite Using FireDAC And LiveBindings In Delphi
January 12, 2021
This sample shows the use ofFireDACdatabase connection usingSQLite. Also, it shows how to use aTBindNavigatorcontrol.
Location
You can find theFMGettingStartedproject at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object PascalDatabaseFireDACSamplesGetting Started FMXSQLite_Desktop Subversion Repository: You…