Home > Back-end >  CxLookupComboBox don't want this automatic filling effect, how to deal with?
CxLookupComboBox don't want this automatic filling effect, how to deal with?

Time:09-25


In the picture as a 'F' will automatically fill in behind, I don't want this effect, how to achieve?

CodePudding user response:

No one,,,

CodePudding user response:

Won't do,,,,

CodePudding user response:

This effect is much good,,,,

Did you set the contents cannot be modified,

On the one hand, the content is automatically populated on the one hand, manual input,

CodePudding user response:

The
reference 3 floor lch0422 response:
this much good,,,,

Did you set the contents cannot be modified,

On the one hand, the content is automatically populated on the one hand, manual input,


I mainly want to effect is: I enter text book, the inside of the content is I extracted from the database query, but he automatically after completion, I will directly into the data in the database,

CodePudding user response:

Good people less,,,

CodePudding user response:

As if can only start from the first character matched
I am also looking for this solution component fuzzy queries

CodePudding user response:

Before say good people less, see first that you yourself a few questions answered others?"

CodePudding user response:

AutoComplete set to false

CodePudding user response:

refer to the eighth floor sololie response:
AutoComplete set to false have


How are you, but I haven't the AutoComplete:

CodePudding user response:

Try the properties. AutoSelect

CodePudding user response:

references to the tenth floor Avan_Lau response:
try properties. The AutoSelect
I thought it was started, in fact, this property is not,

CodePudding user response:

This question, I waited for two years, also is to solve it today, as follows:
From the Properties. The IncrementalSearch here, find the CX cxTextEdit installation file, change the
APrevFindSelection: Boolean;
The begin
exit;//this is my add,
InnerTextEdit. InternalUpdating:=True;
Ok,,, add friends QQ59o935o.

CodePudding user response:

It is not necessary to change the source code, change the IncrementalSearch this attribute is ok:
 cxLookupComboBox1. IncrementalSearch:=False; 

CodePudding user response:

CxLookupComboBox1. Properties. IncrementalSearch:=false;
This set to go, I also need this function, as it is today,
  • Related