Difference between revisions of "PropertyListBox.ShouldTriggerAutocomplete"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (1 revision imported)
 
(9 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| platform=all
 
| platform=all
 
| newinversion=
 
| newinversion=
| version=1.5.0
+
| version=1.8
 
}}
 
}}
  

Latest revision as of 18:27, 9 October 2015

Event
PropertyListBox.ShouldTriggerAutocomplete ( Key as string, hasAutocompleteOptions as boolean ) As boolean


key is the current pressed key, hasAutocompleteOptions is True if there are any autocompleteOptions for the word where the caret is. Return True if you want to trigger the autoComplete mechanism