AdvSearchEdit without dropdown

Dear Support,

my team wants to use TAdvSearchEdit with its property EmtyTextFocused very handy for us.
It would be very suitable as well, if it is possible to make invisible the dropdown button in TAdvSearchEdit.

Could you please help us with that?

Many thanks for advance.
Lena Vladykina

To hide the dropdown nbutton, you can:
AdvSearchEdit1.Edit.Button.Visible := false;