DelphiVCL.Bevel is used to determine the style of the panel’s border. These are the possible values of DelphiVCL.Bevel:
Value | Meaning |
pbNone | The panel has no bevel and appears flat. |
pbLowered | The panel appears recessed. |
pbRaised | The panel appears raised. |
Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.Bevel using dir() command:
1 2 3 |
import DelphiVCL dir(DelphiVCL.Bevel) |
See the responses in our Windows command prompt:
Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.