DelphiDelphiVCLLearn PythonPythonPython GUIWindows

Manages a Set of Actions using DelphiVCL.CustomActionList

featuredimage2-4

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 trigger that response.

DelphiVCL.CustomActionList or TCustomActionList descendants provide the user interface for working with actions at design time. These include TActionList, which lets you set up actions using the Action List editor, and TActionManager, which lets you configure actions using the Action Manager editor.

Action lists maintain a list of actions that can be grouped by category. Actions in an action list are TContainedAction or descendant types.

Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.CustomActionList using dir() command:

See the responses in our Windows command prompt:

0dir-6005648

You can also read short informations about the DelphiVCL.CustomActionList using the print() command:

See the responses in our Windows command prompt:

0print-8636305

 

Check out Python4Delphi which easily allows you to build Python GUIs for Windows using Delphi.

Related posts
DelphiDelphiFMXDelphiVCLPythonPython GUI

How To Start Python GUI Development With Delphi?

AndroidCodeDelphiDelphiFMXIDELearn PythonProjectsPythonPython GUI

How To Create A Calculator App Using Python GUI?

DelphiFMXDelphiVCLNewsPythonPython GUI

Introducing Python 3.11 And Documentation Support To The DelphiFMX And DelphiVCL GUI Python Packages

AndroidCodeDelphiDelphiFMXLearn PythonPythonPython GUI

How To Create A Tic-Tac-Toe Game Using Delphi Python EcoSystem

Leave a Reply

Your email address will not be published. Required fields are marked *

en_USEnglish