C++DelphiTech Partner

Quickly Learn To Create And Use JSON-RPC With Modern Delphi MVC Framework

Many situations developers have a debate on REST vs JSON-RPC. Plenty of resources available in Internet to distinguish them. This is one among them and direct how to create and use JSON-RPC with Delphi MVC Framework quickly. REST: The Word REST is the Abbreviation of the Phase ‘Representational State Transfer’ is the Architectural Design Style and it is not a standard or Protocol. 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…