ActionStates Enumeration

Version: 2.0
Enumerates DMUserAction states

GUID: {673A9FF2-9A0B-11D4-B2A4-FD6847C75367}

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