hiModalDBoxHelp
hiModalDBoxHelp(t_helpString[t_dboxName] ) =>t / nil
Description
Displays a message in a modal dialog box. A modal dialog box is a blocking dialog box—it waits for an acknowledgement before allowing the application to continue.
hiModalDBoxHelp is a service routine for the online help system.
Arguments
Values Returned
Examples
Displays the message "This is a help message." in a modal dialog box.
hiModalDBoxHelp( "This is a help message.")
Related Topics
Return to top