DelphiRAD Studio

Learn How to Easily Create Ultra-Fast And Responsive Applications Using Delphi

OmniThreadLibrary is a Delphi multithreading library that greatly simplifies multithreading programming for Windows/VCL users. RAD Studio also has it’s own parallel programming library built in called TTask. You can get the amazing multithreading OmniThreadLibrary for Delphi from GetIt Package Manager What can you achieve with the OmniThreadLibrary: High-level…
Read more
CodeDelphiRAD Studio

Easily Build Master-Detail Relationships Between Datasets In Delphi Windows Apps

The sample demonstrates how to use theTFDQuerycomponent in order to set upmaster-detail relationshipsbetween datasets. It uses the master-detail relationship to automatically filter a detail dataset based on a current master dataset record. In this sample, the master dataset has “Order” records, and the detail dataset shows only lines for the current order.
Read more