CodeDelphi

Learn About A Solid and Robust Daraja HTTP Framework for Object Pascal

Daraja is a flexible HTTP framework for Object Pascal, based on the HTTP server in the free open-source library Internet Direct (Indy). The framework uses simple request mapping rules to generate the HTTP response and to invoke your Delphi or Free Pascal code. The framework requires no package installation and has only one external dependency (Indy). The best thing about this framework is…
Read more
C++CodeDatabaseDelphiIDERAD Studio

Learn How To Easily Work With Delphi Database Connection Definitions With This Sample

The ConnectionDefs property is a powerful tool that can be used to make your connections management simple and flexible, with the possibility of persisting and transport your connection’s parameters whenever you want, using these transportable files you can load and navigate between previously configured connections on self-contained .INI files, thus, you don’t have to worry about load…
Read more
CodeDelphiRAD Studio

Powerful Windows Digital Signal Processing Library for Delphi by Winsoft

Introduction The Digital Signal Processing (DSP) library supports Windows 32 and Windows 64 platforms. It uses General Purpose FFFT package. For instructions on how to install this library in your RAD Studio watch the video below. 2. Demonstrating the Components and What they Do The DSP Demo is very simple. An OnPaint event of the main form is fired when the project is…
Read more
CodeDelphiRAD StudioTech Partner

Powerful Open Source RESTRequest4Delphi Makes REST Easy In Delphi

REST is one of the main models that has been described by Roy Fielding, one of the principal creators of the HTTP protocol, in his Ph.D. thesis and adopted as the model to be used in the evolution of the HTTP protocol architecture. The Embarcadero REST Library isaccessiblefor all platforms, supported by Delphi. RESTRequest4Delphi is a wrapper around the built in components. The…
Read more