PDFComboBox.AddRow
From Xojo Documentation
Method
Appends Item in a new row to the end of the list.
Example
The following example in the Opening event of the control adds two rows to the menu.
ComboBox1.AddRow("Banana")
ComboBox1.AddRow("Orange")
ComboBox1.AddRow("Orange")