Concept Framework 2.2 documentation Contents | Index

CApplication.MessageYesNo

Name Type Access Version Deprecated
MessageYesNo function public version 1.0 no

Prototype:
static [number] function MessageYesNo(szText, szTitle="");

Parameters:
szText      the text contained by the message box
szTitle      the title of the message box.

Description:
Tells the client to show a question message box and waits for a response (Yes, No or Close).

Returns:
Returns RESPONSE_NONE (if the user closed the dialog), RESPONSE_YES (if the user clicked on the "Yes" button), RESPONSE_NO (for "No")

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:11 2013 GMT(c)2013 Devronium Applications