Method that returns the list of available choices.
"choiceProperty_var" is a variable referencing a ChoiceProperty object.
|
|
Type | Description |
boolean | Returns true if the call was successful. |
Name | Type | Description |
names | string[] | An array of the names of the choices. These coincide with the array of choices returned by the choices argument. |
choices | string[] | An array of the choices. These coincide with the array of names returned by the names argument. |