ValueList.FillChecks

Syntax:

FillChecks(<CheckMarkValue>)

Parameters:

<CheckMarkValue> (required)

Type: Boolean.
Value of the check mark being set for all list of values items.

Description:

Marks all items in a list of values.

Availability:

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

Example:

//  Mark for all lines
    List.FillChecks(True);
//  Unmark all lines
    List.FillChecks(False);


    

1C:Enterprise Developer's Community