DelphiVCL4Python icon indicating copy to clipboard operation
DelphiVCL4Python copied to clipboard

Delphi's VCL library as a Python module for building Windows GUI

Results 36 DelphiVCL4Python issues
Sort by recently updated
recently updated
newest added

![1111](https://user-images.githubusercontent.com/17403815/226091730-b4ed09fa-448d-4903-a6b1-6ac4df537c38.jpg) ![2222](https://user-images.githubusercontent.com/17403815/226091744-b16b03ea-1664-4072-a547-357095e8e6af.jpg)

bug

Hi. I tried making a LinkLabel, but seems like it doesn't exist yet. My code: ``` self.myLabel = LinkLabel(self) self.myLabel.Parent = self self.myLabel.Caption = "Hello World!" self.myLabel.Font.Size = 85 self.myLabel.Width...

enhancement

`ImportError: DLL load failed while importing DelphiVCL: The specified module could not be found.` When I try `>>> from delphivcl import *`

enhancement

As far as I understand, delphivcl works only with standard components. Is there a way to make it work with additional or 3rd party components? Thank you.

question

This is an amazing project, Hope to support crossvcl framework : )

unsupported

See https://github.com/pyscripter/pyscripter/issues/1286 inside there is a program that does problems I suspect it is the package