DelphiShowcase

Fun LED Scroller App For Android Is Powered By Delphi

LED scroller is a Delphi application that allows you to easily and conveniently scroll text and emoji across the screen. This app has a lot of features and is completely free for all users. You can use the LED scroller to enter any text and emoji in any font (this app uses the default font of device). Text and emoji sizes and colors can be customized. LED Scroller can be used to create interesting…
Read more
DelphiShowcase

MissMatch Is A Fun Tile Matching Memory Game On Android Powered By Delphi

MissMatch is a Delphi-based memory puzzle game for Android. It has a colorful interface and fun icons, as shown in the screenshots. The description on Google Play states “Are you looking for a fun and exciting photo puzzle game that makes language learning easier for kids and adults alike? The new photo memory puzzle is designed to help you make the most of your match puzzle experience. As…
Read more
CodeDelphiRAD Studio

FireDAC Tip: Write Database Independent SQL Commands With Escape Functions

Escape sequences allow for writing DBMS-independent SQL commands. The sample predefines some escape function sequences. To execute a predefined escape function, right-click the Function edit box and choose a predefined escape function from the popup menu. Moreover, the sample allows you to write your own function. To this end, write text into the Function edit box and press Enter. Then, the…
Read more
C++CodeDelphiTech Partner

Efficient Way To Build Your Own Windows Process Viewer In Delphi With Excellent Component Suite

Sometimes developers want to list down or identify the process running on a machine programmatically. How do enumerate the running processes and services quickly? Don’t know what to do? Don’t worry. MiTec’s System Information Management Suite’s component helps to do that effectively, and we will learn how to use the threads TSysProcMonThread and TSvcListMonThread to demonstrate the…
Read more