When you start developing applications, you start to think about making a great user experience with a great and stunning user interface. With this Icons8 icon pack, you can get visually stunning icons for free.
With more than 64,800 free icons your applications communicate with the user very easily since these icons give meaning to the function that you have built in the…
C Header Translator Tool For Delphi Lets You Parse C Header Files Using The Clang Compiler
December 9, 2020
Since Chet uses an actual compiler, you will need to have a (minimal) C develop environment installed, as well as LLVM with Clang. Clang needs to be able to find the system headers for the development environment. These will usually be available if you have some version of…
In Delphi, we pass values to parameters while calling a function in an order the function parameters were defined. This is the same in Python as well called positional arguments. However, Python has additional features passing arguments to the function with Keyword(Named)…
Flexible Multi-Tenancy REST Support Demo For RAD Server In Delphi
December 8, 2020
It requires InterBase to be installed on the machine or to connect to a remote server. Make sure that the server is running before you run the sample application.
With Multi-Tenancy support, a single RAD Server instance with a single RAD Server database connection can support multiple isolated tenants. Each tenant has a unique set of RAD Server resources including Users, Groups, Installations…
We are pleased to invite all of our RAD Studio customers with an active subscription to the NDA beta program for Embarcadero’s 10.4.2 release of Delphi, C++Builder, and RAD Studio, codenamed “Hunter”. RAD Studio 10.4.2 builds on the great features introduced in…
Stunning Cross-Platform FireMonkey App Profile Templates Available For Android And iOS From GetIt
December 8, 2020
This FireMonkey UI template includes three different designs for implementing an app profile screen in a multi-device application.
As you can see, these are the app profile Delphi/C++ Builder FireMonkey samples. From these sample app profile demos, you can learn…
One of the key features of Python4Delphi is the ability to use the existing Python Libraries in your Delphi/C++Builder Application with minimal code. How to import and use the existing Python Library in your Delphi application? This post will help to understand with a Python4Delphi Sample App which imports the Python Image Library(Pillow) and perform simple Image processing task quickly.
Modernize Your Multi-Device Fire Monkey App Easy To Use Card View Wizard Layout Template
December 7, 2020
User experience is the key thing to be considered while building a modern Multi-Device application. Lots of layout templates were available in GetIt Package Manager to design responsive, ultra-modern, cross-platform FireMonkey applications. This post helps to understand one…
We are aware of how to use TStringList in Delphi. we learned how to create a Python type using Delphi classes. Thinking How to create an iterator in Delphi Which holds python objects? This post guide you to create a Python Type that contains a list of strings(python string…
Learn How To Use Range Types On A PostgreSQL Database In Windows Using FireDAC With Delphi
December 6, 2020
FireDACrepresents a range type column as aftADTfield with 3 subfields:
lbound– lower range bound.hbound– upper range bound.flags– range flags.
Note: Columns of range type are read-only. This sample updates them using SQL commands.
To get range column attributes, this sample uses the following code:
var
l: Xxxx;
// ...
l :=…