DelphiDelphiVCLPythonPython GUIWindows

Specify Component’s Height Properties using .Height

featuredimage2 9275835

.Height specifies the vertical size of the control in pixels.

Use the Height property to read or change the height of the control.

Here is the example of drawing a rectangle with Height=100, 200, or 300:

The results:

1 4height 100 2174077

 

1 4height 200 3158213

 

1 4height 300 2481236

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

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 *