In addition to generating a string with random characters, it is also possible to generate a word-like string that you can use in word game or for authentication keys.
Continue reading “Generate random word-like string in Delphi”Create responsive apps by using screen orientations in Delphi apps
In today world, media contents (like apps, websites, etc.) must have a responsive layout that can be adapted and adjusted quickly to fit in the orientation and the size of the platform’s screen on which they are runned.
Continue reading “Create responsive apps by using screen orientations in Delphi apps”Generate random string in Delphi
Generating a string with random characters is a good feature that can be used for making authentication codes, hash salts, etc.
Continue reading “Generate random string in Delphi”Delphi 11.1 is released
Embarcadero has just released the new version 11.1 of Delphi.
Continue reading “Delphi 11.1 is released”Remove accents and diacritical marks from letters in Delphi
When working on datasets in multiple languages or in a language other than English, you can encounter string values with accented letters (like : à, é, è, ï, …).
If your database controls have unicode support with no settings to tolerate accents, then filtering records can be kind complicated to find records containing diacritics and accented letters, as most users won’t pay attention when writing the filter pattern.
Continue reading “Remove accents and diacritical marks from letters in Delphi”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”