Equinox Online Help - Language Reference - A to Z

Home

HelpAbout

Applies to
SyntaxHelpAbout [DialogTitle] [, DialogWidth] [, Line1] [, Line2] [, Line3] [, Line4] [, Line5] [, Line6] [, Line7] [, Line8] [, Line9] [, Line10] [, Line11] [, Line12]
Action[Statement] Sets up the application's "Help About ." dialog.
ScopeUsable anywhere.
Notes

This statement sets up the dialog that appears when the About option is selected from the Help menu. By default, Equinox displays its own dialog when this option is selected. However, if you have an Equinox Publisher Edition licence, you can override the default behaviour by checking the "Enable help about" option on the Display tab of the Software settings. You can then use the HelpAbout option to define your own copyright dialog.

After the statement is executed, selecting the Help About option will cause your dialog to be displayed. The changes will remain in effect until either the application is closed, or another HelpAbout statement is executed.

CategoryUser dialogs
See Also Alert, AlertBitmaps, AlertButtons, Beep, Edit, Input, InputPassword, Message, PopupColour_PopupColor, PopupFlags, PopupFont, PopupJustification, PopupSize, PopupTitle, StatusLine
Example

This example displays the "development donkey" from the IOSystem application (Starting with Equinox). The leading and trailing spaces are actually unnecessary, as Equinox automatically centres the lines for you - they're just there to make the code more readable. The "\" character is the Equinox continuation character, used to break up long method lines.

HelpAbout "IOSystem", 30 \
, "International Office Supplies" \
, "                                                   " \
, "                     ^-##-^                  " \
, "                      (~  ~)                    " \
, "         ----/_\---[..]---/_\----       " \
, "                                                   " \
, "             Version 1.0                  "