Just to clarify: you mean in MXML or ActionScript?
On 6/7/2022 2:58 PM, Hugo Ferreira wrote: > Hi, > > In Flex "world" one can use labelField and labelFunction. > Here in Royale we have only labelField (at least I didn't see so far > support for labelFunction), however I'm not a big fan of labelFunction > anyway. ... > With a little adition I can now do something like this: labelField="[Code] > - [Name]" and at runtime every field delimited by [] it's replaced for his > value, allowing multiple fields and complex expressions.