HELP:Using FSComboBox, and getSelectedItem().data

Hi im using FMX and Im having a hell of a time with the FSComboBox component. For each item in the ComboBox I need to store 3 pieces of data, which is now trouble. The issue im having is how to retrieve each piece of data individually from an item using …

myCombox.getSelectedItem().data

as this seems to only retrieve 1 piece of data. Ive whipped up a quick and simple example of what im trying to achieve. Could someone take a look and give me a hand?

Thanks in advance.