Delphi

Protect Your App With This Free Anti-Hacking Tool In 2021

Hackers around the world are using advanced tools to abuse your source code. They can extract sensitive information from your application and cause major financial damage. As a result, obfuscating your Delphi program can be critical. It will make it extremely difficult for hackers to analyze the code. As a result, they cannot abuse or add malicious functions to your application. In this post, you…
Read more
C++Delphi

How To Use A C++ DLL In Any Delphi Program

There is a glorious wealth of useful C++ libraries available on the internet. We have featured many great uses of C++ here on this blog too. C++ is typically extremely high performance. If we can have the source code of the C++ library, we can create a package that will…
DelphiNews

Welcome to the future of software development, again

I have some good news for you, the future of software development has arrived! Well, to be precise, the next possible big thing in the future of software development is here… again. What’s next for using Electron with Windows for Windows Application Development? Works anywhere, just add RAM I have this mental block about the name Electron. I’m not entirely sure why it is,w but…
Read more
DelphiNews

How to Use Azure Cognitive Services

It’s been around 6 years since I last wrote about the Azure Translator Services. Since 2015, the API has been updated from XML to JSON and re-organised under the Cognitive Services branding. Additionally, functionality has been broken down into different resources to help control access and provide increased flexibility around service delivery and billing. This week, I’ve updated the…
Read more
DelphiRAD Studio

How To Validate And Lookup Global Phone Numbers In Your Apps

NumVerify is a full-fledged and powerful RESTful web service that allows global number validation and lookup services in more than 230 countries around the globe. It offers a simple RESTful JSON API endpoint that you can send and receive correct information about a phone number. NumVerify API sends handy JSON-formatted data about the carrier, geographical location, line type, and more in…
Read more