dsprata Posted October 5, 2015 Posted October 5, 2015 Hello how are you?Needed to implement in a unicombobox the autocomplete, however, do not think the property on the component , does anyone know another way to do?Thank you Quote
Sherzod Posted October 5, 2015 Posted October 5, 2015 Hi, While, maybe like this: function beforeInit(sender, config) { config.typeAhead = true; config.minChars = 3; } Best regards. Quote
dsprata Posted October 5, 2015 Author Posted October 5, 2015 The error is occurring : Cannot set property 'typeahead' of undefined. Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 typeAhead not typeahead Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 Can you specify your unigui version and edition? Quote
dsprata Posted October 5, 2015 Author Posted October 5, 2015 I copied and pasted the example set , and the error persists. I am usingconfig.typeAhead = true; Quote
Sherzod Posted October 5, 2015 Posted October 5, 2015 Hi, In your case, the decision will be like this: function beforeInit(sender) { sender.typeAhead = true } Best regards. Quote
Sherzod Posted October 5, 2015 Posted October 5, 2015 But please, you must "upgrade" to the latest version!! Best regards! Quote
Administrators Farshad Mohajeri Posted October 5, 2015 Administrators Posted October 5, 2015 Version 0.93.1 with Delphi XE4 We no longer support old versions. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.