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) Arguments. To know more about these Keyword Arguments check here. How to use such Python functions in Delphi? This post will…
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…
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 how to design and build beautiful responsive FireMonkey applications by just dragging and dropping the components.
Sample…
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…
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 objects) similar to TStringList. And a String List Iterator Python Type In Delphi to iterate the StringList Python Type easily…
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…
Learn About How To Redirect Inserting, Deleting And Updating Records In Delphi With FireDAC
December 5, 2020
This sample shows how to redirect inserting, deleting and updating records using standalone table adapter.
Location
You can find theCommandssample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object…
Quickly Build Enterprise-Grade Multi-Tier Solutions Using DataSnap In Delphi And C++
December 4, 2020
Al Mannarino walks you through how to build a DataSnap solutions project using the DataSnap Setup Wizard.
Overview
Wizards in the DataSnap Server categoryDataSnap WebBroker Application WizardMain components and unitsImplement the DataSnap server functionalityDataSnap ClientsDataSnap Use Cases
Mainly Delphi and C++ Builder developers utilize 3 major backend technologies:
WebBroker…