Hello,
By default when we double click on TsEdit it selects all text of control but in TsComboEdit double click does nothing. I wrote the following code in the OnDblClick event but it doesn’t work.
procedure TForm1.ComboEdit1DblClick(Sender: TObject);
begin
ComboEdit1.SelectAll;
end;
Please help.
This topic was modified 4 years ago by Saeidd2016.