What is the significance of the $ prefix on some properties of Flex Objects?
e.g. item.$width
The $identifier
notation is the used naming convention for mx_internal
functions (mostly getters/setters) in the Flex SDK. Whereas the _identifier
convention is used for private
and mx_internal
variables.
For the exact definition of the naming conventions check this page: Coding Conventions - Flex SDK
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With