Gets the bound value of a specific
display item of a drop-down list or list box.
SyntaxReference_Syntax.boundItem( STRING param )
Parameters
param
|
A valid string representing the display
value that appears in the list box or drop-down list.
|
ReturnsA
valid string representing the bound value of a specified display
value.
JavaScriptDropDownList1.boundItem("Text");
FormCalcDropDownList1.boundItem("Text")
|
|
|