ValueList.LoadValues

Syntax:

LoadValues(<ArrayOfValues>)

Parameters:

<ArrayOfValues> (required)

Type: Array.
Array containing values used to fill a list of values.

Description:

You can use it to load a list of values from the passed array. All previous list items are deleted.

Availability:

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

Example:

PriceTypesList.LoadValues(ItemsArray);

    

1C:Enterprise Developer's Community