This class is designed for the command keywords that have symbolic constant values.
Constructor.
Argument | Type | Default | Description |
command | AFXCommand | Host command. | |
name | String | Keyword name. | |
isRequired | Int | FALSE | TRUE if the keyword is a required argument of the command. |
defaultValue | Int | 0 | Default value. |
Returns the text string that represents the keyword's current value.
Reimplemented from AFXIntKeyword.
Sets the keyword's default value.
Argument | Type | Default | Description |
defaultValue | Int | Default value. |
Sets the keyword's default value (returns TRUE if the given text string is valid).
Argument | Type | Default | Description |
defaultValueString | String | Default value in text string form. |
Sets the keyword's default value (returns TRUE if the given text string is valid).
Argument | Type | Default | Description |
defaultValueString | String | Default value in text string form. |
Sets the keyword's current value.
Argument | Type | Default | Description |
newValue | Int | New value. |
Sets the keyword's current value (returns TRUE if the given text string is valid).
Argument | Type | Default | Description |
newValueString | String | New value in text string form. |