DelphiDelphiVCLPythonPython GUIWindows

Add Strings to Various Components using .Items

photo of woman holding a gray laptop in front of systems

In previous examples, we already use .Items several times (see Getting Started with DelphiVCL III: Overview of Commonly used VCL Components). We use it in ListBox, ComboBox, and RadioGroup. Items contain the strings that appear in the ListBox, ComboBox, and RadioGroup.

Use Items to add, insert, delete and move items. By default, the items in a list box are of type Strings. Use this item type to access its methods or properties to manipulate the items in the list.

Here is the working example of the implementation of .Items in the list box:

The result:

1 1 7151798

Here is the working example of the implementation of .Items in combo box:

The result:

1 2 7158822

 

Here is the working example of the implementation of .Items in radio group:

The result:

1 3 9340754

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Watch this comprehensive introduction to Python GUI Development with DelphiVCL library video by Jim McKeeth:

Related posts
CodeIDELearn PythonPythonPython GUITkinter

How To Make More Than 20 ChatGPT Prompts Work With Python GUI Builders And Matplotlib Library?

CodeIDELearn PythonPythonPython GUITkinter

How To Make More Than 20 ChatGPT Prompts Work With Python GUI Builders And Pillow Library?

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Create A Weather App With The Python Delphi Ecosystem and Weatherstack API

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Create A Music Player With The Python Delphi Ecosystem

Leave a Reply

Your email address will not be published. Required fields are marked *