DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Application.AutoDragDocking

AutoDragDocking property or DelphiVCL.Application.AutoDragDocking is used to indicate whether dragged windows are automatically docked. Set AutoDragDocking to enable drag-and-dock behavior when windows are dragged. When AutoDragDocking is true, dragged windows are automatically docked when the mouse is released over a docking site. When AutoDragDocking is false, dragged windows are only…
Read more
DelphiPythonPython GUIWindows

Learn To Build A Python GUI For Working With Multidimensional Arrays Using Theano Library In A Delphi Windows App

If you need a Python-based ecosystem of open-source software for mathematical expressions involving multi-dimensional arrays, then Python’s Theano library is exactly what you need. You can easily run this library and give it a nice GUI using Python4Delphi (P4D). Python4Delphi is a free tool that allows you to work with Python scripts and objects, even create new Python modules and types in the…
Read more