In Flex, you can include some type of MetaData in the property to be able to list all the possible values that the property can use? I want to be able to list values when invoking a property from MXML, as in the case, for example, of a property is allowed or visible, where the user gets a list of "true / false".
source
share