DelphiShowcase

Powerful Multi-sensor Imaging Tool For Processing And Analyzing Hyperspectral Images Built In Delphi

ImageLab is a native Windows-based multi-sensor imaging tool for processing and analyzing hyperspectral images built in Delphi. It targets research in science and technology where spectrally resolved images are utilized. According to the developer “ImageLab provides multi-sensor support for hyperspectral imaging. This enables researchers to extract information from spectrally resolved images…
Read more
C++CodeDelphi

Quickly Build Powerful Python Modules In Delphi Using Python4Delphi Sample App

A Module is a file containing Python definitions and statements similar to the unit file in Delphi. To learn more about Python modules check this tutorial. How to create such Python Modules in Delphi using Python4Delphi components? This post will guide you. You can also use Python4Delphi with C++Builder. Python4DelphiDemo5Sample App shows how to create a Module, add a routine to…
Read more
CodeDelphi

Quickly Build iOS And Android Apps From A Single Codebase With Delphi

With RAD Studio, creating mobile phone applications is simple and enjoyable. Because you don’t need to create multiple codebases for each platform when you start your FireMonkey project with Delphi or C++ Builder. You can simply define platform-based code using the IfDef Conditionals. More information about them can be found on DocWiki. Delphi Skill Sprint – Effective Conditional…
Read more
CodeDelphi

Start Developing Fast Native Windows Applications With Delphi VCL

In this tutorial, you will learn how to create a Delphi VCL application from the ground. What can you learn from this tutorial: Three common componentsExplanation of Object Pascal source codeDebuggerHow to change Target Platform (32 or 64 bit)Adding a watchlist Where to learn more about the Visual Component Library? VCL ArchitectureVCL ComponentsWorking with ComponentsIntroduction…
Read more