DelphiDelphiVCLPythonPython GUIWindows

What is the ExeName Property in DelphiVCL.Application?

The ExeName property or DelphiVCL.Application.ExeName contains the file name of the application’s executable file including path information. In this post, we’ll use Use ExeName to obtain the name of the executable file for the application. ExeName is the fully-qualified name, including the path to the application’s executable in Python Windows GUI Builder. More things…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Specify the Alignment of a Control using Align or TAlign

Align or TAlign is used to specify the alignment of control within its parent. TAlign specifies how control is placed relative to its parent. It can have one of the following values: Value Meaning alNone The control remains where it was placed. This is the default value. alTop The control moves to the top of its parent and resizes to fill the width of its parent.
Read more
Learn PythonPythonVideos

Learn Python With Serverless Python Applications with Google Cloud by Charles Engelke (PyCon 2020) Video

We already came across some insightful PyCon 2020 videos that teach us how to effectively launch our Python apps on a serverless infrastructure like Terraform, Microsoft Azure, and more. One of the best solution to deploy your application is through cloud servers. There are many Cloud platforms today that are widely used by many programmers who want stress-free and less-complicated application…
Read more
DelphiPythonPython GUIWindows

Build A Machine Learning Solutions With Scikit-Learn Library In A Delphi Windows App

Are you looking for an end-to-end open-source machine learning platform, and build a nice GUI for them? You can deliver enterprise-grade machine learning solutions easily by combining Scikit-Learn and Python4Delphi library, inside Delphi and C++Builder. And as a bonus, integrating Python with Delphi can speed up the execution time (read our other articles about TensorFlow and…
Read more