company logo

Action Browser

ActionBrowser also is also an integrated function in ClassEditor (menu item Objects/Action Controls). It is used for defining actions to be executed in an application. Action processing is a possibility for calling external processes via command/batch files or for calling functions/expressions and programs.

Actions allow defining flexible function calls, which might be parametrized by run-time options set from within the application. Typically, actions are activated via action items (ADK_EventActionControl) referring to the common action ProcessAction. The action to be processed corresponds to the action item name.

In order to process an action Backup, one would define an action item with the name Backup referring to the Action ProcessAction.