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

An Introduction To DelphiVCL: A Python GUI Builder For Windows

Sometimes your application needs a user interface with professional looks, but what is the best way to make one for Python applications? TryDelphiVCLfor Python! DelphiVCLis a Python module giving Python GUI apps on Windows access to Delphi’s VCL for robust and high-performancenativeWindows visual widgets. It uses the Python4Delphi library as a bridge…
Read more
DelphiDelphiVCLPythonPython GUIWindows

How To Use The CanSelect Parameter

CanSelect parameter is included inside the OnSelectCell event handler, while OnSelectCell occurs before a cell in the grid is selected. Write an OnSelectCell event handler to specify whether any particular cell in the grid can be selected. The Col and Row parameters indicate the column and row indexes of the cell that is about to be selected.  Set the CanSelect parameter to False to…
Read more