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

An Introduction To DelphiVCL4Python: 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
Learn PythonPythonPython GUIVideos

Learn Python With A Talk: What is Deployment, Anyway? by Katie McLaughlin (Pycon 2020) Video

If you are not familiar with Django Girls, it is a non-profit organization and a community that empowers and helps women to organize free, one-day programming workshops by providing tools, resources, and support. By the end of this workshop, participants are expected to develop and completed a Django Project. However, it should be noted that it is just the start of everything. Once you have…
Read more