DelphiNewsShowcase

Professional Desktop Based Search Engine Optimization Tool Is Built In Delphi

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…
Read more
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
Delphi

Personal Money Manager App Available In Google Play Is Built In Delphi

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.
Read more
CodeDelphi

Learn How The Delphi RTL Improves Efficiency With Fewer Lines of Code

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…
Read more