Delphi TListBox iOS making new itemstyle/behavior
I need to show custom data. For example I need to show a contact list with name, description, photo. And ideally I would also like to show custom data there, e.g. a button to launch telephone call. The default styles do not quite do what I want, but fairly close. Thus, as far as I can tell, TListBox could be a decent control for this if I could create custom styles? Is that possible? (Anotther problem of course is setting the values of the custom data controls.) You should take a good look at the FMX CustomListBox example AFAIK even the example alone already seems to have exactly what you need