DelphiDelphiVCLPythonPython GUIWindows

Learn About delphivcl.CustomGrid

DelphiVCL.CustomGrid or TCustomGrid is the base type for all components that present information in a two-dimensional grid. Use TCustomGrid as a base class when defining components that represent information in a tabular format. TCustomGrid introduces properties and methods to control the appearance and behavior of the grid, including responses to mouse actions and user editing. Do…
Read more
DelphiPythonPython GUIWindows

Learn To Build A Python GUI For Manipulating Date, Time, And Timestamps Using Arrow Library In A Delphi Windows App

Are you looking for powerful tools to manipulate or format dates, times, and timestamps, and build a nice GUI for them? You can build it easily by combining Arrow and Python4Delphi library, inside Delphi and C++Builder. Arrow is a Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting, and converting dates, times, and timestamps. It…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About delphivcl.CustomDrawGrid

DelphiVCL.CustomDrawGrid is the base class for grids that publish events for painting and manipulating the cells in the grid. Use DelphiVCL.CustomDrawGrid or TCustomDrawGrid as a base class when defining grid components that publish events for painting or manipulating the cells in the grid. TCustomDrawGrid introduces many events and methods that take advantage of the tabular organization of…
Read more