Trying to get a new style on a ComboBox in FireMonkey (XE2). But for some odd reason I cannot get the text of a ListBoxItem to show.
What I've tried is the following.
Create a new FireMonkey HD Application.
On the form I've added a ComboBox.
Right click on the ComboBox and select 'Edit custom style'
There I've added the following components
while the original one consist out of the following components
Now it seems to me that I need the TContent object (but I can't seem to find it in the toolpallete) How can i bind my Text object to the strings that are placed in my ComboBox?
Any pointers are very welcome.