DelphiRAD Studio

Get Started Building Cross-Platform Games In Delphi FireMonkey With Alien Invasion Sample

Alien Invasionis a classic arcade-style game which features a grid of aliens that move in sync back and forth across the screen. They fire projectiles at the player who is at the bottom of the screen. On each trip back and forth across the screen, they start moving faster and faster. There are four shields near the bottom of the screen that the player can hide behind but they have a limited…
Read more
C++Delphi

Ultimate Compression Toolkit For Delphi And C++ Builder Developers

Abbrevia is one of the best quality compression toolkits for Delphi and C++ Builder developers. Supported on many major platforms like OSX, Windows, iOS, and Android. It supports compressing and decompressing PKZIP, Microsoft CAB, tar, gzip, and bzip2 archives, and can create self-extracting executables. On Windows, it also gives Delphi wrappers for the LZMA, Bzip2, and WavPack SDKs, and PPMd…
Read more
Delphi

Flexible VCL Style Utils Library Made It Easy To Modernize The Dev-C++ Dialogs With VCL Styles In Delphi

VCL Styles Utils is an open source Delphi library for extending VCL styles into the platform native dialogs of Windows. It also has features for styling shell dialogs, popup menus, and even parts of TWebBrowser. Dev-C++ is a fast, portable, simple, and free native Windows C/C++ IDE and has been downloaded over 67,796,885 times since 2000. The original Dev-C++ and Orwell Dev-C++ were built in…
Read more
C++CodeDelphi

Flexible Way To Set And Get Variant Array Between Delphi and Python For Building Windows Apps

Do you need to exchange a variant array between Delphi and Python Quickly? Python4Delphi offers the TPythonModule component which has a method and procedure to exchange a variant array. This post guides you to do that. You can also use Python4Delphi with C++Builder. Python4DelphiDemo17 App shows how to assign and get a variant array value using theTPythonModule component. You…
Read more