Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
CodeDatabaseDelphiRAD Studio

Learn To Populate A String List With Some Data From A Database With The FireDAC.GetFieldNames Delphi Sample

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 table.GetKeyFieldNamespopulates a string list with the names of the key fields in a table. Location You can find…
Read more
News

C++Builder 10.4.1 Event Handler and RTTI Patch

We’ve just released a patch for C++Builder 10.4.1 which affects using components written in C++ in the form designer. This patch addresses the following issue: Event handlers were not always generated in the IDE with a compatible method signature to the event handler type (RSP-29734)When using a component compiled with the classic compiler in the IDE’s form designer, generating an…
Read more
DelphiNews

New GetIt Web Portal

Since introducing the GetIt Package Manager in RAD Studio XE8, Embarcadero has been focusing on making it a great tool for distributing additional libraries, components, tools, samples, demo projects, styles and more to RAD Studio customers. We use it to distribute Embarcadero add-ons, but also third party open source libraries and free offerings, and trial versions of paid components. The GetIt…
Read more
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
Case StudyDelphiShowcase

How Does Reliable Delphi Keep This Wonderland Running 365 Days A Year?

When you are open every single day of the year, rain or shine, your timings are measured in milliseconds, and your smallest distances are 0.7mm (0.03 inch) apart you begin to really appreciate how…

IN THE ARTICLES