TextBox.TextEditEnd

Syntax:

TextEditEnd(<Text>, <Value>, <StandardProcessing>)

Parameters:

<Text>

Type: String.
Text string entered in the text box.

<Value>

Type: Value; ValueList.
The parameter can contain a value to be placed in the text box, or a value list from which a value will be selected and placed in the text box.
The parameter is filled up with list of values for following selection of one of them and placing it in the text box.
If the list contains a single value, then system places it in the text box automatically. Flags of elements from this list can be used to mark values, which correspond to objects marked for deletion. If user selects one of marked values, then system displays a standard warning message.

<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 the value is formatted by an edited text. For example, when you move at another form control, close the form etc.

See also:

TextBox, event AutoCompleteText

    

1C:Enterprise Developer's Community