-ImageList is a TCustomImageList property with the
+ImageList is a TCustomImageList property with the
Images that can be associated with the actions in the list., e. g.
in a Menu display. Assigning a new image list to the property causes the
Change method to be called, and the OnChange event handler to be signalled
@@ -1950,10 +1950,10 @@ Registers the array of action classes using the specified category name.
-RegisterActions is a procedure used to register the specified array of action
-class types. Category contains the category name for the action used to group
-related actions in an action list. Resource contains the optional class type
-for a resource used in the action classes.
+RegisterActions is a procedure used to register the specified array
+of action class types. Category contains the category name for the action used
+to group related actions in an action list. Resource contains the optional
+class type for a resource used in the action classes.
RegisterActions calls RegisterActionsProc to perform the actions needed to
@@ -2030,28 +2030,50 @@ if the CreateActionProc constant has not been assigned.
+The routine in the constant is assigned in the initialization section for the action list editor.
+