DelphiVCL4Python
DelphiVCL4Python copied to clipboard
Delphi's VCL library as a Python module for building Windows GUI
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...
with `Form.LoadProps(os.path.join(os.path.dirname(os.path.abspath(__file__)), "Unit1.pydfm"))` , there is an issue when the path contains unicode. 
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?
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 ```...