ValueList.FindByValue
Syntax:
Parameters:
<SoughtValue> (required)
Expression with the value you want to find.
Returned value:
If none of the objects contains the search value, the value Undefined is returned.
Description:
Availability:
Example:
If ListBox1.FindByValue(SelValue) = Undefined Then Message("Value not found!"); EndIf; |