method InputBox(FieldName: String)
Define a single line text edit control in an input grid that allows input of arbitrary text.
InputBox method syntax has these named arguments:
Parameter |
Description |
|---|---|
Field Name |
Required. Name of the field to display this editor for. |
See also MaxBasic InputBox function and Scripted Form InputBox method.