DelphiPythonPython GUIWindows

Build An Artificial Intelligence Solutions With PyTorch Library In A Delphi Windows App

Are you looking for an end-to-end open-source machine learning and deep learning platform, and build a nice GUI for them? You can deliver enterprise-grade AI solutions easily by combining PyTorch and Python4Delphi library, inside Delphi and C++Builder. PyTorch is an open-source machine learning library based on the torch library, used for applications such as computer vision and natural…
Read more
DelphiDelphiVCLPythonPython GUIWindows

How to use the Title Property

DelphiVCL.Application.Title Property contains the text that appears below the icon representing the application when it is minimized. We use the DelphiVCL.Application.Title property to modify the name of the text string appearing below the icon of the application. The default value is taken from the DLL or EXE file name at run time. Set the Title at run time, or enter the value of…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Application.ComponentCount

The ComponentCount property or DelphiVCL.Application.ComponentCount is used to indicate the number of components owned by the component. Use the ComponentCount property to determine the number of components owned by a component, for example, when iterating through the components list to perform an action on all owned components. The ComponentCount property equals the number of items in the…
Read more