TsComboBox error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #70217
    Jin
    Participant

    Hello, on value enter to ComboBox I have an error “A component named sComboBox1Form already exists”. Version of Alpha Contros is v16.13.

    procedure TForm1.sComboBox1Change(Sender: TObject);
    begin
    sComboBox1.DroppedDown:=TRUE;
    end;

    • This topic was modified 3 years, 3 months ago by Jin.
    • This topic was modified 3 years, 3 months ago by Jin.
    #70221
    Support
    Keymaster

    Thank you, this error will be fixed in the nearest release.

    #70222
    Stephane Senecal
    Participant

    Not sure if it’s related, but in Delphi 7 I get an error that the property DoubleBuffered is not found in the control TsComboBox.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #70229
    Support
    Keymaster

    Hello, Stephane!
    These two issues are not linked.
    Which package version do you use? 16.13?

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