CodeDelphiRAD Studio

Everything You Need For An Awesome Low Code Weather App

Would you like to enhance your application with Real-Time & Historical World Weather Data information? Wouldn’t it be nice to have an API to retrieve instant, accurate weather information for any location in the world in lightweight JSON format? More importantly, do you want to do all that with the smallest possible amount of code and yet keep it easy to understand and completely…
Read more
DelphiShowcase

How To Become The Ultimate World Anagram Champion!

Do you harbor a secret inner desire to be the next Professor Robert Langdon zooming around exotic tourist destinations and the world’s most beautiful landmark cities solving anagrams and saving The World from ancient secret societies? If so, you’d need to enjoy unscrambling fiendishly difficult word tangles to reveal their original form. It’s not easy, but anagrams have existed…
Read more
C++DelphiInterBaseRAD Studio

RAD Server CRUD Procedures - Part 3

In this RAD Server CRUD Procedures – Part 3 post we will show how to implement a FireMonkey (FMX) Client to call the RAD Server CRUD procedures and interact with the Employee Table. In the part 2 post, we discussed modifying the default generated CRUD procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, Put and Delete. In the…
Read more
C++DelphiInterBaseRAD Studio

RAD Server CRUD Procedures - Part 2

In this Part 2 post, we will discuss modifying the default generated CRUD (CREATE, READ, UPDATE, DELETE) procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, PutItem and DeleteItem REST Endpoints. In the Part 1 post, we discussed the default generated CRUD procedure implementations from the RAD Server Package Wizard. In the Part 3…
Read more