I'm doing some test so when I find something useful tips I post here.
Other tips are welcome.
TComboBox demo:
To get current selection:
DPFTextView1.Text := DPFComboBox1.Picker.PickerComponents[0].Items[DPFComboBox1.Picker.PickerComponents[0].SelectedRow];
Last edit: luca 2013-10-23
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm doing some test so when I find something useful tips I post here.
Other tips are welcome.
TComboBox demo:
To get current selection:
DPFTextView1.Text := DPFComboBox1.Picker.PickerComponents[0].Items[DPFComboBox1.Picker.PickerComponents[0].SelectedRow];
Last edit: luca 2013-10-23