The AutoComplete_SetMode() function enables or disables auto-complete for the application.
AutoComplete_SetMode(mode)
• mode – A long integer that enables or disables auto-complete for the application. The value corresponds to one of the following constants:
Constant |
Description |
---|---|
AUTOCOMPLETE_MODE_ENABLED |
Turns auto-complete on |
AUTOCOMPLETE_MODE_DISABLED |
Turns auto-complete off |
A long integer that indicates the previous setting for the auto-complete mode.
To enable auto-complete for an individual field, you must set the AutoComplete property for the field to True.