ComboBox.Tuning

Syntax:

Tuning(<Direction>, <StandardProcessing>)

Parameters:

<Direction>

Type: Number.
Is used to determine which spin button was pressed. If the increase (up) was pressed, this parameter equals 1, and if the decrease (down) was pressed, it equals to –1.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.

Description:

Occurs when spin button is clicked.

    

1C:Enterprise Developer's Community