DelphiDelphiVCLPythonPython GUIWindows

Using DelphiVCL.PageControl to Create a Multiple Page

photo of man smiling in front of his laptop

DelphiVCL.PageControl is a set of pages used to make a multiple page dialog box.

We can use PageControl to create a multiple page dialog or tabbed notebook. PageControl displays multiple overlapping pages that are TabSheet objects (we will discuss TabSheet in another article). 

The user selects a page by clicking the page’s tab that appears at the top of the control. 

You can define an accelerator key to a page of the PageControl. To define the accelerator key use the Caption property of the TabSheet control.
We can browse all the properties, methods, and built-in properties of the DelphiVCL.PageControl using dir() command:

See the responses in command prompt:

1 1 4184345

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

We will add and discuss the TabSheet and how to show the tabs in our GUI in the next article.

 

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 *