method InputList(FieldName: String, Value1: String [, Value2: String ...])
Define a combo edit control in an input grid that allows selection from a defined set of values.
InputList method syntax has these named arguments:
Parameter |
Description |
|---|---|
Field Name |
Required. Name of the field to display this editor for. |
Value 1 |
Required. The first value in the list. |
Value 2 ... |
Optional. Additional values in the list. |
See also MaxBasic InputList function and Scripted Form InputList method.