DelphiDelphiVCLPythonPython GUIWindows

Specify Component's Top Properties using .Top

.Top specifies the Y coordinate of the upper-left corner of a control, relative to its parent or containing control in pixels. Use Top to locate the top of the control or reposition the control to a different Y coordinate. The Top property, like the Left property, is the position of the control relative to its container. Thus, if a control is contained in a TPanel, the Left and Top…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Easily Integrate A Flexible Python REST Client To RAD Server In Python Windows GUI App Built In Delphi

REST(REpresentationalStateTransfer) has emerged as the standard architectural design for web services and web APIs in these days. This article will show you how easy it is to integrate aRESTAPIClientsto RAD Server using Python and run it in the Python GUI by Python4Delphi with RAD Studio and gets the results. Prerequisites:Before we begin to…
Read more
DelphiIDELearn PythonPythonPython GUIRAD StudioWindows

Python For Delphi VCL vs PyQT Comparison

Are you an expert in desktop apps and GUI development who want to also work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any level who wants to start a GUI development journey? This article is for you. We will review the two examples of the most powerful Python Desktop App and GUI Frameworks:Python For…
Read more
DelphiLearn PythonPythonPython GUIRAD Studio

Tutorial: Using The Delphi REST Client To Access Python REST Server (Flask)

REST (REpresentational State Transfer) has emerged as the standard architectural design for web services and web APIs in these recent years. This post will demonstrate how easy it is to use the Delphi REST Client Library to access Python REST Server (Flask microframework). Prerequisites: If this is your first time to set up Delphi’s REST Client Library in RAD Studio for…
Read more