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