AutoComplete_SetMode()

Examples


The AutoComplete_SetMode() function enables or disables auto-complete for the application.

Syntax

AutoComplete_SetMode(mode)

Parameters

mode – A long integer that enables or disables auto-complete for the application. The value corresponds to one of the following constants:

[spacer]

Constant

Description

AUTOCOMPLETE_MODE_ENABLED

Turns auto-complete on

AUTOCOMPLETE_MODE_DISABLED

Turns auto-complete off


Return value

A long integer that indicates the previous setting for the auto-complete mode.

Comments

To enable auto-complete for an individual field, you must set the AutoComplete property for the field to True.


Documentation Feedback