DelphiDelphiVCLPythonPython GUIWindows

Understanding delphivcl.Application.BiDiKeyboard

BiDiKeyboard property or DelphiVCL.Application.BiDiKeyboard is used to specify the name of the keyboard map that should be used in middle-east locales when text reads from right to left. This name is a string composed of the hexadecimal value of the language identifier (low word) and a device identifier (high word). For example, Saudi Arabian Arabic has a language identifier of 0x0401, so…
Read more
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