A list of actions for processing web requests. Currently the ActionList is just a list of strings (actions) and when matched by a web request the OnExecute event is fired.
Example: If an ActionList1 is defined in unit1.php and the list contains the string "showmessage" following URL will trigger an OnExecute: http://localhost/unit1.php/?ActionList1=showmessage Use the $params["action"] of the OnExecute event handler to distinguish between actions.
This method returns the right object (or the input string if object not found) for an object name Should be used on the loaded method for object properties to find the right reference