TdxBarLookupCombo.ImmediateDropDown Property
In This Article
Specifies how a dropdown window appears to users.
#Declaration
Delphi
property ImmediateDropDown: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
If the ImmediateDropDown property is set to True, the dropdown window activates every time an end-user enters text in the editor of a combo box. If the ImmediateDropDown property is set to False, the dropdown window activates only when the list does not contain matches to the entered text.
See Also