DelphiDelphiVCLIDELearn PythonPythonPython GUIRAD StudioWindows

Python GUI: Python For Delphi VCL vs wxPython

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 Python Developer at any level who wants to start a GUI development journey? If you check both of those boxes, then this article is for you. We will review the two examples of the most powerful Python Desktop…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Store And Manipulate Strings With DelphiVCL.Strings Or TStrings In Python

DelphiVCL.Strings or TStrings is the base class for objects that represent a list of strings. Use DelphiVCL.Strings or TStrings to store and manipulate a list of strings. Descendants of TStrings can represent several individual strings, such as the individual lines that appear in a list box. Some objects use descendants of TStrings to represent one long body of the text so that it…
Read more
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.Control

DelphiVCL.Control is the base class for all components that are visible at run time. DelphiVCL.Control are visual components, meaning the user can see them and possibly interact with them at run time. All controls have properties, methods, and events that describe aspects of their appearance, such as the position of the control, the cursor or hint associated with the control, methods to…
Read more