ValueList.FindByValue

Syntax:

FindByValue(<SoughtValue>)

Parameters:

<SoughtValue> (required)

Type: Arbitrary.
Expression with the value you want to find.

Returned value:

Type: ValueListItem; Undefined.
If none of the objects contains the search value, the value Undefined is returned.

Description:

Searches for an item value in a list of values.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

If ListBox1.FindByValue(SelValue) = Undefined Then
    Message("Value not found!");
EndIf
;


    

1C:Enterprise Developer's Community