when I use x32 lib
https://github.com/Embarcadero/DelphiVCL4Python/tree/main/lib/Win32
then I try to use TScrollBox I find this not implemented in win32 lib
but for Win64 https://github.com/Embarcadero/DelphiVCL4Python/tree/main/lib/Win64
implemented (lib name DelphiVCL.pyd)
how I can rebuild Win32 that implement TScrollBox as Win64 ?
I am try to find library for python 32 bit that implement TScrollBox
I hope to find solution for make question
2