Generate Custom Action

action hook

Table of Contents


Overview

You can utilize this page to add/edit custom actions, which will be used to execute precompiled methods when an associated button is triggered.


Creating a Custom Action

To create a custom action, simply click the Add Custom Action button in the Custom Action Designer.

A Custom Action is composed of a Custom Action Name and a Custom Action File. The Custom Action File should be a compiled Dynamic Link Library (dll). This file should have Custom Action code that implements at least one of the predefined interfaces.


Adding Custom Actions into an Action Button

When a Custom Action is created, the Custom Action Hooks that are included in the code will be automatically detected by the system and will be available for selection from the Events dropdown of a button control in the User Interface Designer. When the button is pressed, all active custom actions will be triggered.