Ow binding works in mxml components in flex? : adobe flex action script
Answer Posted / Anurag Lohant
In Adobe Flex, OW (One Way) binding is used to bind a property of a component to a constant value or a property of another object. It means the bound property can be read but not written. This is achieved using brackets [] and the equals sign = in MXML syntax. For example: `<mx:Label text="{myConstant}" />` sets the label's text property to the value of myConstant.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers