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
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 *