Rapid SEO Tool from Blumentals Solutions SIA is a search engine optimization and search engine position monitoring software for the desktop that is built in Delphi. According to their site “it designed to ease the task of improving web page position on search results. It will literally look at your web page code and suggest what can be improved to get better results.” The software…
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…
Easily Deploy Advanced Android Kiosk Mode With This FireMonkey Template
December 23, 2020
With Embarcadero Delphi, this FireMonkey template demonstrates the new Android Kiosk Mode introduced in Android 6.0. Kiosk mode (lock mode) is a distinct application mode. These applications cannot be closed.
In this post, you’ll learn how to easily deploy advanced…
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 functionality. The sample allows the audio files listing and standard media controls like play, pause, and volume.
Note…
Easily Manage Database Event Notifications In Windows Delphi Apps
December 23, 2020
When it comes to database applications, you start processing lots of data and events. So, to handle these events properly we can use TFDEventAlerter class to handle thedatabase event notifications.
The general behavior of the events is DBMS-specific and…
Just in time for Christmas, we’re making good on our promise to bring you a new white paper – Developing the BEST Developer Framework through Benchmarking. This paper examines three frameworks – Delphi, Windows Presentation Foundation (WPF) with .NET…
Personal Money Manager App Available In Google Play Is Built In Delphi
December 22, 2020
My Money is a personal money manager app available for Android in Google Play and it is built in Delphi. According to the app description “it is a financial app to help you take notes of your daily expenses and incomes. You can then set your monthly budget so you can adjust your daily expenses accordingly. You can create accounts and categories to split your expenses based on your need.
Quick And Easy Way To Create And Manage PDF Documents Programmatically
December 22, 2020
ThePortable Document Format(commonly known as“PDF”) is afile formatdeveloped in the early 1990sas a way to share documents created by computers, including text formatting and inline images. PDF was designed to allow viewing…
Do you need a safer, faster, and more stable way for all Internet users to experience the web?
Before the RAD Studio, Delphi and/or C++ Builder 10.4 release we used an older classic TWebBrowser component that was dependent on Microsoft’s Internet Explorer.
The…
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
Result := 'Zero'
else
Result := 'Non-Zero';
As you can see this is 4 lines of code. You might have seen that in…