Flags (Parameter Keyword)
Modifies the user interface type (in IDEsOpens in a new tab) for this parameter.
Usage
To modify the user interface type (in IDEsOpens in a new tab) for this parameter, use the following syntax:
Parameter name As parameter_type [ Flags = flags ] = value;
Where flags is one of the following:
-
ENUM — The parameter is one of the values specified by the Constraint keyword (a comma-separated list).
-
LIST — The parameter value is a string consisting of a comma-separated list of items.
Note that EDIT, EMPTY, and SYS are not used.
Details
Modifies the user interface type (in IDEs) for the parameter. The class compiler ignores this keyword.