Answer Posted / Harendra Kumar Mishra
Binding in MXML components in Flex allows you to automatically update UI elements based on the value of a data or function. When you bind a property of a component (like a TextInput's text property) to a data property (like a variable), any change to the data property will cause the UI element's value to be updated automatically. This is done through the use of the [Bindable] metadata tag for properties that should trigger notifications, and the <mx:Binding> tag to specify the binding itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers