ActionStates enumeration lists bitwise flags returned in the
State parameter of the
IDMActionProvider.UpdateAction method. Appropriate
combination of these values should be assigned to the
XXX_OnUpdate functions defined in the scripts used by the
HTML/Scripting action provider.
| Name | Value | Description |
| dmuaEnabled | 1 | Action controls should be enabled |
| dmuaChecked | 2 | Action controls should be checked |
| dmuaVisible | 4 | Action controls should be visible |
| dmuaUndefined | 8 | Action controls managed from Delphi code |