Double click on TsComboEdit doesn’t select all

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #69778
    Saeidd2016
    Participant

    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.
    #69782
    Support
    Keymaster

    Hello! I will verify and fix it soon.

    #69817
    Saeidd2016
    Participant

    Hello! I will verify and fix it soon.

    Thank you.

    #69832
    Saeidd2016
    Participant

    Hello! I will verify and fix it soon.

    Hello, Did you fix this problem?

    #69835
    Support
    Keymaster

    Hi! Fixed package will be released soon.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.