CodeDelphiRAD Studio

Learn Delphi Linux Server Deployment In 3 Minutes With This Tutorial

Delphi Linux Server Support was introduced in RAD Studio 10.2, and much has happened since then. Delphi Linux server supports RTL features such as Linux file system access, threading, Parallel Programming Library support, memory management, and HTTP and REST library support for HTTP calls. Furthermore, full remote debugging support on a Linux system. You can now create a graphical application…
Read more
C++CodeDelphiIDERAD Studio

Learn How To Take Your Cross-Platform Development To The Next Level With Delphi FireUI

With the all-new FireUI Multi-Device Designer, design user interfaces across multiple devices using a master form to share all user interface code, then optimize derived views for each target platform and device. The existing native Desktop styles have been extended to cover the same UI elements as mobile styles, providing a 1:1 match with universal styling support across all platforms, giving the…
Read more
IDERAD Studio

Buster's Introduction

Hello, world. I’m Buster (Adam Leone), a new member of the Embarcadero team as a software development intern. I’m primarily working with Jim McKeeth and will be focused on refreshing my stale college-era programming skills, learning the range of Embarcadero tools, and pivoting my military project management experience into the tech world. Expect to see me periodically blogging about…
Read more
DelphiNews

RAD Studio with Delphi - The Original Low Code!

These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to be greater than 20% from 2020 to 2027. In contrast, the market for developer tools has…
CodeDelphi

Quickly Build A DropBox Client App With A Delphi REST Library Using OAuth 2.0 Protocol

In this tutorial, you can learn about the OAuth2 protocol to download and upload files from DropBox. Overview DropBox REST ClientOAuth2 ProtocolREST Client Using TRESTClientREST Client Using Indy OAuth 2.0 OAuth 2.0 is the industry-standard protocol for authorization. REST Client Library The Embarcadero REST Library is a framework for accessing REST-based web…
Read more