MCQs > IT & Programming > Delphi > Given a ComboBox named ComboBox1 and an Edit box named Edit1, which of the following is the correct code to add the information in the Edit box to the drop down list in the ComboBox?

Delphi MCQs

Given a ComboBox named ComboBox1 and an Edit box named Edit1, which of the following is the correct code to add the information in the Edit box to the drop down list in the ComboBox?

Answer

Correct Answer: ComboBox1.Items.Add(Edit1.Text);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Delphi Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Delphi Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it