TextBox.AutoCompleteText
Syntax:
Parameters:
<Text>
Text string entered in the text box.
<AutoCompleteText>
Contains the text to be placed in the text box after event handling is completed.
<StandardProcessing>
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:
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: