"items"
    
    Array containing all box options.
Synopsis
setValue(string shape, "items", dyn_string Data);
getValue(string shape, "items", dyn_string &Data);
 shape.items(dyn_string Data);
Parameter
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| Data | Array containing all options | 
Description
"items"; can be used to access an array containing all the options in the combo box.
                
Example
            
see "itemCount"
Assignment
Combo box