Displays a Prompt dialog with the specified message and an input field.
PODSWindow
PODSString prompt( PODSString msg, PODSString def );
window.prompt(msg, def)
PODSString PODSprompt( PODSWindow* window, PODSString msg, PODSString def );
window The PODSWindow
object.
msg [in] The message to display in the dialog.
def [in] Default value to place in the text field.
Data that the user entered in response to the prompt; NULL
if the user clicked the Cancel button.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |