Language Reference Guide : 4. System Classes : ChoiceList Class : ChoiceItems Attribute
 
Share this page                  
ChoiceItems Attribute
Data Type: array of ChoiceDetail
4GL Access: R
The ChoiceItems attribute contains the list of values for the choices.
In general, you can manipulate this array as you do any array. However, if you update the array dynamically in your 4GL code, you must use the UpdChoiceList method on the field to make the changes visible. Also, you cannot use the SetRowDeleted method on a ChoiceItems array; use RemoveRow instead. The RowState information is not available for this array.