DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.StringGrid

DelphiVCL.StringGrid or TStringGrid represents a grid control designed to simplify the handling of strings and associated objects. Add a TStringGrid object to a form to present textual data in a tabular format. TStringGrid 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…
Read more
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

Create a Multiline Edit Control on a Form using DelphiVCL.Memo

DelphiVCL.Memo is a wrapper for a Windows multiline edit control. We use Memo to put a standard Windows multiline edit control on a form. Multiline edit boxes allow the user to enter more than one line of text. They are appropriate for representing lengthy information. Note: Under Windows, there may be a limit of 64k of text for this control. Browse all the properties, methods, and…
Read more