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
DelphiDelphiVCLLearn PythonPythonPython GUIWindows

Manages a Set of Actions using DelphiVCL.CustomActionList

DelphiVCL.CustomActionList is the base class for action list objects that manage a set of actions. Manages the Layout of Toolbar Components using Action lists manage a collection of action objects so that they are available to the components in an application. These action objects centralize the response of the application to user input, and update the properties of all controls that…
Read more