DelphiRAD Studio

Learn How To Do Unit Testing In Delphi With The Powerful DUnitX Framework

Unit Testing is a type of software testing where specific units or segments of the software are tested. The goal is to validate that each unit of the software code executes as expected. Unit Testing is done during the development of an application by the developers. DUnitX is an open-source unit test framework based on the NUnit test framework, including some ideas from xUnit as well. The RAD…
Read more
DelphiRAD Studio

Learn How To Create Flexible Cross-Platform FireMonkey Applications Using TFrameStand For Delphi

Create modern-looking applications with FireMonkeyTFrameStandandTFormStandcomponents from Andrea Magni, who is one of the Delphi and FireMonkey MVPs. Easily use TFrame or TForm descendants in your FireMonkey applications to gain visual consistency through the whole user experience and easily add modern-looking elements like effects and transitions. You can easily…
Read more
CodeDelphiRAD Studio

Learn How To Deploy A Powerful Camera Component For Delphi On iOS With WINSOFT

Introduction Camera for iOS is a Firemonkey component that only works on the iOS platform. It makes use of the AVFoundation framework and offers a native video preview. It also recognizes native barcodes (EAN, QR Code, Data Matrix, Aztec, UPC-E, PDF417, ITF 14, and so on) and native faces. 2. Components in the Demo and what they do. The Demo includes a TabControl…
Read more
CodeDelphiRAD Studio

Discover The Popular Alcinoe Library Of Visual And Non-Visual Components For Delphi

The article on Github is really detailed. So don’t waste time to check all of the Alcinoe features! According to Github, the library provides: Full opengl video player for FireMonkey;WebRTC Delphi wrapper;Firemonkey native iOS/Android TEdit and TMemo;Fast/double-buffered FireMonkey controls with native draw;Improved FireMonkey controls;Firebase cloud messaging;Android/iOS…
Read more