|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface > DBWInputBox |
available from build: 20120622 |
Shows an input box to enter text.
call DBWShell("DBWInputBox title [defaultValue]")
title |
The title of the dialog |
|---|---|
defaultValue |
Optional. A default value to show as text when displaying the dialog |
@DBWINPUTBOX_INPUTSTRING |
the string entered |
|---|---|
@DBWINPUTBOX_ISCANCEL |
0: if the dialog has been submitter |
It's strongly suggested to use equivalent Standard Library function DBWInputBox instead.