1VOTES VOTE Discover Available DelphiVCL.Form Methods, Properties, and Events! Muhammad Azizul Hakim The documentation for Delphi’s VCL is available on Embarcadero’s DocWiki. You will notice that on DocWiki, all the VCL components are prefixed with a T. This is a convention of the Delphi language, but DelphiVCL…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Python GUI: Python For Delphi VCL vs wxPython Muhammad Azizul Hakim Are you an expert in desktop apps and GUI development who also want to work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a…… … Read more 4 years ago in cbuilder, Delphi, delphi vcl, DelphiVCL, GuiProgramming, IDE, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, windows, windows app, wxpython 0
1VOTES VOTE Compare DelphiVCL With Python GUI Frameworks Like Tkinter For Windows Muhammad Azizul Hakim Let’s compare the DelphiVCL form with other Python GUI frameworks (we take the GUI created in Section 5 as an example): DelphiVCL provides better OS integration and styling by default. It provides Windows-10 styling to…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Compare Python For Delphi VCL vs Dear PyGUI For Windows Apps Muhammad Azizul Hakim 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…… … Read more 4 years ago in cbuilder, dear pygui, Delphi, delphi vcl, DelphiVCL, GuiProgramming, IDE, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, windows, windows app 0
1VOTES VOTE Python: Getting Started with DelphiVCL III: Overview of Commonly Used VCL Components Muhammad Azizul Hakim To increase your familiarity with DelphiVCL Components, this section will show you a demo that presents commonly used VCL components, and call them one-by-one with Python. The following is a Python code sample using DelphiVCL:…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Python: Getting Started with DelphiVCL II: Breakdown The Form Components Muhammad Azizul Hakim This Section will break down the code example to create a simple Form app as presented in Section 5. These steps are essential for Python Developers to be familiar with Delphi VCL methods, events, and…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Getting Started with DelphiVCL: Simple Windows Form Example In Python Muhammad Azizul Hakim In essence, DelphiVCL is a wrapper that helps to create and access Delphi Objects quickly from Python. These wrappers contain container classes to extend and expose your custom events, methods, variables that can be used…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Quickly Browse All Available Functions in DelphiVCL Library For Python Windows Apps Muhammad Azizul Hakim To make sure that you already install the DelphiVCL Python library correctly, you can simply test it using the Python dir() command: If you install it correctly, it will return all properties, methods, even built-in…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Tutorial: Learn How To Install DelphiVCL And Build Windows Apps With Python Muhammad Azizul Hakim There are two ways for you to install DelphiVCL: By directly copying the module to your local/system path, or install it via pip. 1. Copy to Your Local or System Path Download the DelphiVCL.pyd module…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Most Important Benefits Of DelphiVCL For Python Over Other Competing Technologies Muhammad Azizul Hakim The most important benefits of the VCL over other competing technologies such as Tkinter and PyQT are as follows: A standard set of components that includes all controls provided by the Windows UI framework. This…… … Read more 4 years ago in Delphi, DelphiVCL, GuiProgramming, object pascal, programming, Python, python gui, windows, windows app 0
1VOTES VOTE Learn To Build A Python GUI For Scientific Computing With The NumPy Library In A Delphi Windows App Muhammad Azizul Hakim If you need to perform complex transformations or mathematical calculations with matrices or arrays, then Python’s Numpy library is exactly what you need. You can easily run this library and give it a nice GUI…… … Read more 4 years ago in Array, cbuilder, Delphi, delphi vcl, GuiProgramming, Learn Python, numerical computing, numerical python, numpy, programming, Python, python gui, python4delphi, scientific computing, windows, windows app 0
1VOTES VOTE Learn To Work With Real-World Graphics Using The Python Matplotlib Library In A Delphi Windows App Muhammad Azizul Hakim With the growing demand for Data Science and Analytics skill sets, drawing graphics programmatically is a very popular task these days. You can easily solve it by combining the Matplotlib library with Python4Delphi (P4D). P4D…… … Read more 4 years ago in cbuilder, data visualization, Delphi, delphi vcl, graphics, GuiProgramming, Learn Python, matplotlib, plot, programming, Python, python gui, python4delphi, windows, windows app 0
1VOTES VOTE Learn To Build A Python GUI For Easily Processing Images With Pillow Library In A Delphi Windows App Muhammad Azizul Hakim Are you looking for a simple way to process images programmatically, and build a nice GUI for them? You can do it easily by combining Python4Delphi and Pillow library, inside Delphi and C++Builder. Python4Delphi (P4D)…… … Read more 4 years ago in cbuilder, Delphi, delphi vcl, GuiProgramming, Image processing, Learn Python, pil, Pillow, programming, Python, python gui, python4delphi, windows, windows app 0
1VOTES VOTE Learn To Build A Python GUI For Computer Vision Tasks With Powerful OpenCV Library In A Delphi Windows App Muhammad Azizul Hakim Are you looking for a powerful computer vision library and build a nice GUI for them? Try OpenCV library for Python. And for the GUI part, you can run it seamlessly with Python4Delphi (P4D). P4D…… … Read more 4 years ago in cbuilder, computer vision, Delphi, delphi vcl, GuiProgramming, Learn Python, opencv, programming, Python, python gui, python4delphi, windows, windows app 0
1VOTES VOTE Learn To Work With HTTP Requests Using Python Requests Library In A Delphi Windows App Muhammad Azizul Hakim We have learned many possibilities and examples in combining Python4Delphi with Python language features and various libraries. From image processing, numerical and scientific computing, computer vision, you name it. Now, how about interaction with the…… … Read more 4 years ago in API, cbuilder, Delphi, delphi vcl, GuiProgramming, http requests, Learn Python, programming, Python, python gui, python4delphi, requests, windows, windows app 0