CodeDelphiIDERAD Studio

Create Robust Core Music Player Functionality For Windows In Delphi With FMX Sample

The MusicPlayer application uses controls such as TProgressBar, and TTrackBar, and platform-specific technologies such as MPMusicPlayerController for iOS, to show how to create a music player. Your device needs to have at least one song so that you can see the application functionality. The sample allows the audio files listing and standard media controls like play, pause, and volume. Note…
Read more
CodeDelphiRAD Studio

Learn How to Deploy Flexible Optical Barcode Recognition For Delphi VCL On Windows With WINSOFT Library

Introduction OBR (Optical Barcode recognition) is a VCL type library (Windows platform only). Its main purpose is to decode QR code and Barcode images. In the next short video you will see installation instructions: 2) Components in the Demo and what they do There are two panels. One is at the top, containing the button for the picture choise. In the middle there is a…
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