Select widget implementation
Select widget implementation with a current value set by changing the value from among the choice of values.
Field | Format | Description |
---|---|---|
$values | [Object[]] | Values assigned to comboBox |
staticcreateComboBox Create a combo box
getSelectedValue not-described
static [ComboBox] createComboBox ( [Area]$par, [string]$size, [string]$locn, [int]$selected)
Parameter Format Description
$par Area Parent panel (container)
$size string parm description missing
$locn string parm description missing
$selected int parm description missing
Create a combo box
The efficient way to return a null $value for a default (normally 0 index) is to change the $combo.values[0] to $null after passing in only the $labels
[object] getSelectedValue ()
markdown text missing
Copyright © 2018-2021, 2022, Rexcel System Inc.