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…
Embarcadero MVP Cary Jensen Teaches You How To Build Blazingly Fast Database Apps With FireDAC
October 10, 2020
Watch FireDAC guru Cary Jensen for this information-packed presentation that shows you how to build world-class database applications using FireDAC. If you are a database developer using RAD Studio, this is one presentation that you cannot miss.
Overview
Review of the…
Here was my answer 😀
Create a New | C++Builder VCL Windows application. On the form add TPanel, TButton, TEdit and TMemo components. Put the TButton and TEdit into the TPanel. Set TPanel align property to AlTop. Set the TMemo align property to alClient.
Learn How To Easily Work With Delphi Database Connection Definitions With This Sample
October 9, 2020
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…
Easily Bind A TBindNavigator With A TStringGrid In The LiveBindings.BindGridLinkFMX Sample For Delphi
October 8, 2020
Location
You can find theBindGridLinkFMXsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to Object Pascal\LiveBindings\bindgridlink\fmxSubversion Repository:You can find Delphi code samples inGitHub…
Efficiently Serialize And Deserialize JSON In Your Delphi Projects With Third Party Neon Library
October 8, 2020
Neon is a JSON serialization library for Delphi. This is a project by Paolo Rossi who is also a man behind the another popular open-source Delphi project called Delphi JOSE JWT.
Neon is a serialization library for Delphi which helps you to convert (back and forth) objects…
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…
Cryptography is a method of protecting information and communications through some mechanism, so that only those for whom the information is intended can read and process it. Its become mandatory need to secure your communication between sender and receiver in this…
Learn To Populate A String List With Some Data From A Database With The FireDAC.GetFieldNames Delphi Sample
October 6, 2020
To this end, the sample uses the following methods of theTFDConnectioncomponent:
GetTableNamespopulates a string list with the names of tables in a database.GetFieldNamespopulates a string list with the names of fields in a…
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…