TextBox.AutoCompleteText

Syntax:

AutoCompleteText(<Text>, <AutoCompleteText>, <StandardProcessing>)

Parameters:

<Text>

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

<AutoCompleteText>

Type: String.
Contains the text to be placed in the text box after event handling is completed.

<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 waiting for input starts (after text typing is paused).
At standard event processing the system is searching in the field order that is specified during configuring in property of "String input" metadata object. If the only value is found autofill of complete text is executed.
If several values correspond to the inputted text than autofill is not executed. If you move at another control at this moment, TextEditEnd event occurs.

See also:

TextBox, event TextEditEnd

    

1C:Enterprise Developer's Community