Icon TAutoCompleteType

Unit: WebUI

TAutoCompleteType = (acDefault,acOn,acOff)

Available In: Client Applications

The TAutoCompleteType enumerated type is used with the descendant components of the TEditControl class to specify how auto-completion should be handled for the control. Auto-completion allows the browser to display a list of suggestions for input values, based upon earlier input values entered by the user.

ElementDescription
acDefaultSpecifies that auto-completion is enabled or disabled according to the default browser setting.
acOffSpecifies that auto-completion should be disabled.
acOnSpecifies that auto-completion should be enabled.
Image