Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
65 views

I know you can set each margin (Top, Right, Bottom, Left) individually like the following code: self.myPanel.AlignWithMargins = True self.myPanel.Margins.Top = 100 self.myPanel.Margins.Right = 100 ...
Shaun Roselt's user avatar
  • 4,577
0 votes
1 answer
44 views

I've made a simple Hello World! app in the DelphiVCL GUI Library for Python. "Hello World!" is shown on a Label on the Form as can be seen below with my code and screenshot: from delphivcl ...
Shaun Roselt's user avatar
  • 4,577
0 votes
1 answer
80 views

I'm using the DelphiVCL GUI library for Python and trying to change the background color on a GroupBox component, but it's not working I have the following code to create the Form and the GroupBox on ...
Shaun Roselt's user avatar
  • 4,577
0 votes
1 answer
457 views

I'm using the DelphiVCL GUI library for Python and trying to change the background color on a Panel component, but it's not working I have the following code to create the Form and the Panel on my ...
Shaun Roselt's user avatar
  • 4,577
0 votes
1 answer
52 views

I'm using the DelphiVCL GUI library for Python and trying to change the margins on a Panel component, but it's not working I have the following code to create the Form and the Panel on my Form: from ...
Shaun Roselt's user avatar
  • 4,577
0 votes
1 answer
262 views

I tried to follow the steps as per embarcadero tutorial like that: pip install delphivcl Collecting delphivcl Using cached delphivcl-0.1.24-cp311-cp311-win_amd64.whl Installing collected packages: ...
zac's user avatar
  • 5,028
1 vote
1 answer
223 views

As I use DelphiVCL for Python where I don't have Delphi installed I stepped on an issue with the forms. The apps work as expected except the fact that the form doesn't minimize when I press the ...
Teodor Nitica's user avatar