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

Hello, I also encountered several issues while using the Delphivcl library. I would like to give you feedback. One issue is that the OnKeyPress event of the Edit control cannot...

help wanted

with `Form.LoadProps(os.path.join(os.path.dirname(os.path.abspath(__file__)), "Unit1.pydfm"))` , there is an issue when the path contains unicode. ![image](https://github.com/Embarcadero/DelphiVCL4Python/assets/12579522/a10b95d1-59c0-4b23-a362-03e972c26e7c)

When debugging using the Delphivcl library, stop in the click event of the control, then switch to the variables panel, click on the globals node, and a read address error...

need tbitmap image load from stream and memory from stream ?

Hello, can you tell me how to call the main thread in the sub thread to update the UI?

help wanted

Hello, it seems like RTTI doesnt work in python, or im doing something wrong. Calling ClassInfo() on any object always fails with hard crash for python interpret. `delphivcl.Button.ClassInfo()` or ```...