2.- How can I set the index value of a ComboBox or a Listbox? As happens in Visua Basic, i can write:
Code: Select all
MyList.ListIndex = 1I took a look at the docs, but i found nothing similar. I need something like:
Code: Select all
SetGadgedPropertie(#MyListbox, Index, 1)Thanks in advance.

