DelphiDelphiVCLPythonPython GUIWindows

Python GUI: Create A ComboBox To Select A Color With DelphiVCL.ColorBox

DelphiVCL.ColorBox represents a combo box that lets users select a color. Use ColorBox to provide the user with a drop-down combo box from which to select a color. Use the Style property to specify which colors the color box should list. Each color is displayed next to a small square that is drawn in the corresponding color. Use the Selected property to access the color that the user…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Graphic

DelphiVCL.Graphic or TGraphic is the abstract base class type for objects such as icons, bitmaps, and metafiles that can store and display visual images. DelphiVCL.Graphic is an abstract class that cannot be instantiated. Descendant graphics objects override many of the methods of DelphiVCL.Graphic to address the needs of their particular file format and graphical characteristics.
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

Tutorial: Generate Python Dummy Data And Plot It To Enterprise-Grade Delphi TChart

In this tutorial, we will learn about how to do data visualizations using Delphi’s TChart or TeeChart. TChart is the 100% Native Data-Aware Charting Component Library for Delphi and C++ Builder (v5 and later) and all RAD Studio versions. 1. Generate the Dummy Data with Python To create dummy data in Python, you can use pandas or the Faker…
Read more
Learn PythonPythonPython GUITkinterVideos

Learn Python With Tkinter Python GUI Tutorial For Beginners: Introduction to Tkinter Video

A graphical user interface is an application that has buttons, windows, and lots of other widgets that the user can use to interact with your application. Building a Graphical User interface application using the Python Programming language is not really as complex as it sounds. In fact, it is surprisingly easy and fun! In this video presented by Programming Knowledge, we will be introduced to…
Read more