rvenky20001 Posted December 17, 2012 Posted December 17, 2012 The combobox shows available values after you enter 4 char. Is it possible to reduce it to 1 or whatever no. we want Venkatesh Quote
rvenky20001 Posted December 17, 2012 Author Posted December 17, 2012 I don't see the property in the object inspector. Can you please direct me where I need to do this ? thanks Venkatesh Quote
Evgeny Pol Posted December 20, 2012 Posted December 20, 2012 Really UniComboBox or UniDBComboBox? For UniDBComboBox: type TUniDBComboBox1=class(TUniDBComboBox) end; procedure TMainForm.UniFormCreate(Sender: TObject); begin TUniDBComboBox1(UniDBComboBox1).MinQueryLength:=0; end; 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.