Site icon Python GUI

Create a ListBox using DelphiVCL.ListBox

ListBox displays a collection of items in a scrollable list. We use ListBox to display a scrollable list of items that users can select, add, or delete. ListBox is a wrapper for the Windows listbox control. 

We can browse all the properties, methods, and built-in properties of the DelphiVCL.ListBox using dir() command:

[crayon-6622209b95a2e501885086/]

See the responses in command prompt:

Here is the working example of the implementation of DelphiVCL.ListBox:

[crayon-6622209b95a37468561962/]

To see the result, let’s run the complete script:

[crayon-6622209b95a3a745767306/]

The result:

 

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:

Exit mobile version