Embarcadero has just released the new version 11.1 of Delphi.
Continue reading “Delphi 11.1 is released”Create PHP script for getting date/time
A minimal script that returns date/time can be a good example for starting with PHP. But if you add other stuffs like format settings and requests handling, you will get an advanced time server to include in your workflow.
Continue reading “Create PHP script for getting date/time”Send mails from Delphi apps through PHP script
Sending mails from a client app is an interesting feature, it can be used for sending notifications or authentication codes. You can add this option to your Delphi (desktop and mobile) apps by calling a PHP web script through REST client.
Continue reading “Send mails from Delphi apps through PHP script”Sorting records in Delphi datasets
Delphi FireDAC datasets offer a quick and easy sorting feature, through the property “IndexFieldNames” in which you list the field names to use as an index, and you can optionally specify sorting options for each field.
Continue reading “Sorting records in Delphi datasets”Launch external apps from Delphi Android apps
It is common to make your Android apps able to launch and send data to external apps by using intents. But there are also situations when you want your Android app to only launch an external app without passing any data.
This tutorial will show you how to implement this feature :
Continue reading “Launch external apps from Delphi Android apps”Replace strings in Delphi dataset records
How to replace a string quickly in the whole dataset ? How to create a fast replace dialog for your app’s datasets ?
In this tutorial, we will explains the right procedure to implement a replace feature for your Delphi datasets.
Continue reading “Replace strings in Delphi dataset records”