AutoComplete_AddStringValue()

Examples


The AutoComplete_AddStringValue() function adds an auto-complete value for the specified field.

Syntax

AutoComplete_AddStringValue(field field_name, value)

Parameters

field field_name – The field for which the auto-complete value is being added. The field must be on a window that is currently open in the application.

value – A string containing the value to add.

Return value

A boolean. True indicates the string was added, while false indicates it was not.


Documentation Feedback