DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_msg%: text$, yes_no%
[, caption$="Information"]
Display text
Example :
IF DDgui_msg("Are you sure that you want to exit ?", _
TRUE,"Want To Exit ?")
END
ENDIF
Result :
This function allows a brief message to be displayed, with which the user has to press the OK button, or a YES or NO button
