HelpActions Element

Author-it XML Format

Description

Contains a list of all the macro actions that will be executed when this Macro Procedure object is called.

The HelpActions element corresponds to the Action list field on the Windows Help tab of the Index Entry object.

Attributes

None

Parent Element

Macro

Children

Element

Optional

Occurs

Action

Yes

Zero to many times

Sample XML

<HelpActions>
- <Action>
<Name>CloseWindow</Name>
<Parameters>Main</Parameters>
</Action>
</HelpActions>