In this webinar, you can learn about mobile and database development with Delphi. This webinar can be a quick start for new learners.
Overview
Introduction to mobile platformsPrototyping mobile apps on WindowsUsing platform servicesConditional defines & the mobile compilersUnderstanding ARC memory managementDeployment managerIntroduction to FireDACUsing embedded databasesUsing REST…
Easily Add Product Licensing For Delphi Apps Using TurboPack OnGuard
December 24, 2020
TurboPack OnGuard is a copy-protection system for VCL and FMX applications built using Delphi and C++ Builder.
In this article, I illustrate using TurboPack OnGuard and an integration with back-end Digital-River’s MyCommerce.
Digital River MyCommece platform is a sales…
Discover The Popular Alcinoe Library Of Visual And Non-Visual Components For Delphi
December 24, 2020
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…
Create Powerful Master Detail Apps For Windows 10 With Delphi
December 24, 2020
The Windows10NavigationPane sample shows how to create an application that implements the “master-detail” interface and illustrates how to use theTImageListcomponent to display icons on the master panel. The usedstylesare suitable for Windows 10 desktop applications.
Location
You can find theFireMonkeyMobile Windows10NavigationPanesample…
All You Need To Know About The Open Source AsmProfiler 32-Bit Profiler Written In Delphi And Assembly
December 23, 2020
AsmProfiler is a full tracing 32bit profiler (instrumenting and sampling), written in Delphi and some assembly. AsmProfiler stands for “assembly profiler” because the heart of the profiler is written in assembly.
According to the author of the…
Create Robust Core Music Player Functionality For Windows In Delphi With FMX Sample
December 23, 2020
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…
The recently released AMD Ryzen 9 5950x offers 16 cores and 32 threads so let’s see what kind of performance we can get out of a parallel C++ compile with those 32 threads. At the time of this writing the AMD Ryzen 9 5950x has the highest single core CPU Benchmark score at around 3515. C++Builder is a rapid application development tool for building C++ Windows apps. It offers normal…
Learn How The Delphi RTL Improves Efficiency With Fewer Lines of Code
December 22, 2020
Delphi RunTime Library gets enhanced with each new Delphi release, but often these improvements hide behind many flashier features. In this session, you can find out some of these fantastic RTL features.
For instance, you have this Delphi code:
if value = 0 then
…
Quickly Parse HTML And XML With BeautifulSoup Python Library In Delphi And C++ Windows Apps
December 21, 2020
We know how to load and display Web content or local files in Delphi using TWebBrowser. It offers support for the basic functions of a browser, such asnavigateto URL,go back,go forward, along withspecific events. How about the web scrapping in…
Easily Implement Robust Binary Large Object (BLOB) Streaming With FireDAC In Delphi
December 20, 2020
TheBlobssample shows you how to create a BLOB stream for reading and/or writing the value of a specificBLOB fieldon a specific record. To this end, the sample uses theCreateBlobStreammethod ofTFDQueryto create a read-only BLOB stream. In this sample, the BLOB stream is used to read the picture contained on eachBLOB fieldof each record of…