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
CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How to Build An Image Editor Using DelphiFMX Python Package

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Use LangChain and DelphiFMX To Create a Custom Chat App

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Build an Iris Flower Classification GUI App With DelphiFMX

CodeDelphiDelphiFMXLearn PythonProjectsPythonPython GUI

How To Implement an Art Style Transfer GUI App with the Python Delphi Ecosystem

Leave a Reply

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