Page History
リスト・ボックスで複数選択を許可するかどうかを制御するブール値プロパティ
複数選択が許されている場合、A Boolean property that controls whether multiple selections are allowed in the list box. If multiple selections are allowed, the multi_select_listname and プロパティ及びmulti_select_codefield properties must be specified.
...
プロパティを必ず指定してください。
デフォルト値
false() – only a single selection may be made in the list box.
Valid values
- リスト・ボックスで選択できるのは1つのみになります。
有効値
true()、false() 、もしくは、TrueもしくはFalseを返す有効な式True(), false(), or a valid expression that returns True or False.