Skip to content

A TextField that offers Auto Complete capabilities for Xojo Desktop projects

Notifications You must be signed in to change notification settings

aprendexojo/TextFieldAutocomplete

Repository files navigation

TextFieldAutocomplete

This is a TextField custom class that offers Auto Complete capabilities for Xojo Desktop projects

  • Activate or deactivate auto completion at your will using the Autocomplete boolean property (see accompanying example project).
  • This class offers auto completion from any source that implements the TextAutocompleteSource Class interface, so you can use in combination with any class: from database, text input stream or your own!
  • Exclude words from autocompletion passing an Array containing them to the addSpecialCharacters method of the TextFieldAutocomplete class.

Find additional information about the class in this post on the Xojo Blog, or in Spanish in this entry from my blog.

About

A TextField that offers Auto Complete capabilities for Xojo Desktop projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages