TextBox.TextEditEnd
Syntax:
Parameters:
<Text>
Text string entered in the text box.
<Value>
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>
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:
See also: