ArcPad Scripting Object Model
InputBox Method
See Also  Send comments on this topic.
Prompt
Required. A String that is displayed as the message in the dialog box.
Title
Optional. A String that specifies the title of the dialog box.
Default
Optional. The String displayed in the text box as the default response if no other input is provided. If you omit default, the text box is displayed empty.
Flags
Application Object : InputBox Method

Glossary Item Box

Description

Displays a prompt in a dialog box, waits for the user to input text or click a button, and returns the contents of the text box.

Syntax

object.InputBox( Prompt [,Title] [,Default] )

Parameters

Prompt
Required. A String that is displayed as the message in the dialog box.
Title
Optional. A String that specifies the title of the dialog box.
Default
Optional. The String displayed in the text box as the default response if no other input is provided. If you omit default, the text box is displayed empty.
Flags

Return Type

String

See Also

© 2012 All Rights Reserved.