Search code examples
delphicomboboxfiremonkey

Delphi android show combobox list programmatically


How to show combobox list programmatically without clicking on it on Android mobile application? thank you for your help


Solution

  • Use the DropDown method.

    MyComboBox.DropDown();