DelphiDelphiVCLPythonPython GUIWindows

Create a Tabular Format with DelphiVCL.DrawGrid

DelphiVCL.DrawGrid represents a grid control that displays information in column and row format. Add a DelphiVCL.DrawGrid object to a form to present arbitrary information in a tabular format. DrawGrid provides many properties to control the appearance of the grid, as well as events and methods that take advantage of the tabular organization of the grid in responding to user…
Read more
DelphiPythonPython GUIWindows

Build An Artificial Intelligence Solution With TensorFlow 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 TensorFlow and Python4Delphi library, inside Delphi and C++Builder. TensorFlow is an open-source software library for high-performance numerical computation. Its flexible architecture allows easy deployment of…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.StaticText

DelphiVCL.StaticText or TStaticText is a windowed control that displays text on a form. The DelphiVCL.StaticText or TStaticText component functions like TLabel, except that it descends from TWinControl and therefore has a window handle. Use TStaticText instead of TLabel when the component’s accelerator key must belong to a windowed control—for example, on an ActiveX property…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.SpinButton

DelphiVCL.SpinButton or TSpinButton allows the user to navigate through a range of values using the arrow buttons. DelphiVCL.SpinButton is a control with two TTimerSpeedButtons, each button displaying an arrow. TSpinButton allows the navigation through a range of values using the arrow buttons to customize the value held by the control. Usually, it is used to increase or decrease the value…
Read more