DelphiDelphiVCLPythonPython GUIWindows

Specifies the Default Font used by the Application using DelphiVCL.Application.DefaultFont

Use the DefaultFont property or DelphiVCL.Application.DefaultFont to specify the default font used by the application. DefaultFont specifies the default font used by the application. All newly created forms use DefaultFont if the ParentFont property is set to True. Changing DefaultFont later at run-time will trigger an update for all forms that use the parent font. Let’s browse all…
Read more
DelphiDelphiVCLPythonPython GUIWindows

How to use the DelphiVCL.DrawGrid.Col

DelphiVCL.DrawGrid.Col specifies the index of the column that contains the selected cell. Use DelphiVCL.DrawGrid.Col at runtime to determine the current column in the grid. Setting Col moves focus to the cell in the current row that is in the new column. The first column has an index of 0, the second column an index of 1, and so on. The selected cell in the grid can be located by…
Read more
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