TheBottom Navigation templateis designed to embrace the Material Design user interface and user experience philosophy. It looks great on both iOS and Android and works on Windows for testing.
The template has eight different varieties within the application as different forms.
Basic – ufrmBasicShifting – ufrmShiftingLight – ufrmLightDark – ufrmDarIcon…
Learn How To Use C++ Lambda Expressions In C++17 With C++Builder
November 10, 2020
C++ got lots of additions throughout C++11, C++14 and C++17. Currently, C++ is a completely different language than it use to be. This Modern C++ post explains how to use the Standard Template Library and the most important features of the C++17 that will greatly help you…
Ultimate Enhanced Native Windows Task Manager Built In Delphi
November 10, 2020
Developer Michal Mutl with MiTeC has a powerful enhanced task manager utility available which is built in Delphi. The features in this enhanced task manager make it one of the most advanced task managers for Windows that I have seen. There are so many features here…
Learn How Easy It Is To Create A Python Type In A Delphi Application With Python4Delphi Sample App
November 10, 2020
We have learned how to create a Python Module in Delphi and added some methods to it. It’s time to learn how to create a Python Type(Class) in Delphi. Creating a new class creates a new type of object, allowing new instances of that type to be made. Each class instance can have attributes attached to it for maintaining its state. Class instances can also have methods (defined by its…