Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an option for the specified field.
Syntax
public void addOption(
    int _option, 
    int _field, 
    int _optionParameter)
Run On
Called
Parameters
- _option
 Type: int
 The option value to be added.
- _field
 Type: int
 The field to which the option is to be added.
- _optionParameter
 Type: int
 The option parameter value.