CodeDelphiRAD Studio

Interesting HFS (HTTP File Server) Delphi VCL Project Lets You Easily Send And Receive Files

The HFS is different from classic file sharing because it uses web technology. It also differs from classic web servers because it’s very easy to use and runs “right out-of-the box”. The virtual file system will allow you to easily share even one single file. The project is built in Delphi and full source code is available on GitHub. Dev notes “Initially developed in…
Read more
CodeDelphi

Learn About The Delphi Language Growth and Modern Capabilities

The Delphi has been blazing fast application development environment for over 25 years now and it continues on growth. Delphi is swift and capable of creating any application if you know how to use Delphi! Currently, with the Delphi, you can create apps for many operating systems: Microsoft WindowsAndroidmacOSLinuxiOS Moreover, capable of creating backend services and web…
Read more
C++CodeIDERAD Studio

C++ Builder 10.4.x Platform APIs

C++ Builder provides three levels of development: ⦁ Components (VCL and FMX) ⦁ Common Libraries (RTL). ⦁ Platform APIs (iOS, Android, Mac OS) In this post we will discuss and show how to use the Platform APIs (iOS, Android, Mac OS). Specifically, we’ll look at how to use the iOS APIs to obtain Apple iOS device information for the Operating System (OS) version, the OS name and the iOS…
Read more