Equinox Online Help - Language Reference - A to Z

Home

PopupTitle

Applies to
SyntaxPopupTitle TitleExpression
Action[Statement] Sets the popup dialog title.
ScopeUsable anywhere.
NotesThis statement sets the title of popup dialogs. The new title is supplied as the argument, TitleExpression. If you omit TitleExpression, the initial default title is restored. Note that after the popup dialog has been displayed, it reverts to its original default title. You must set the dialog's title on each occasion that you want it to be different.
CategoryUser dialogs
See Also Alert, AlertBitmaps, AlertButtons, Beep, Edit, HelpAbout, Input, InputPassword, Message, PopupColour_PopupColor, PopupFlags, PopupFont, PopupJustification, PopupSize
Example

The following example sets a title for an Alert dialog.

PopupTitle "Error"
Alert "The last database call returned " & SysError & " contact your department manager"