Displays a Confirm dialog with the specified message and OK and Cancel buttons in the M-Business Client browser.
PODSWindow
PODSBoolean confirm(PODSString question);
window.confirm(question)
PODSBoolean PODSconfirm( PODSWindow* window, PODSString question );
window The PODSWindow
object.
question [in] The message to display in the dialog.
PODS_TRUE
If the user clicked the OK button.
PODS_FALSE
Otherwise. (The user clicked the Cancel button.)
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |