DelphiDelphiVCLPythonPython GUIWindows

Discover Delphi VCL’s Available Shapes

pexels artem beliaikin 5456314

Shape in DelphiVCL.Shape is used to specify the shape of the control.

Set Shape to the geometric shape that should be drawn on the form.

The Shape property has these possible values:

Value Meaning
stCircle The shape is a circle.
stEllipse The shape is an ellipse.
stRectangle The shape is a rectangle. (Default)
stRoundRect The shape is a rectangle with rounded corners.
stRoundSquare The shape is a square with rounded corners.
stSquare The shape is a square.

Here are the working examples of them:

  • Circle:
1circle 3832202
  • Ellipse:
2ellipse 5944483
  • Rectangle:
3rectangle 7966483
  • RoundRect:
4roundrectangle 7807513
  • RoundSquare:
5roundsquare 2104660
  • Square:
6square 8638262

 

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 *